Commit 9d480ecd by Oliver Woodman

Fix broken javadoc link

parent bc99435b
...@@ -347,7 +347,7 @@ import java.util.List; ...@@ -347,7 +347,7 @@ import java.util.List;
* Invoked to indicate that a NAL unit has ended. * Invoked to indicate that a NAL unit has ended.
* *
* @param discardPadding The number of excess bytes that were passed to * @param discardPadding The number of excess bytes that were passed to
* {@link #appendData(byte[], int, int)}, which should be discarded. * {@link #appendToNalUnit(byte[], int, int)}, which should be discarded.
* @return True if the ended NAL unit is of the target type. False otherwise. * @return True if the ended NAL unit is of the target type. False otherwise.
*/ */
public boolean endNalUnit(int discardPadding) { public boolean endNalUnit(int discardPadding) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment