mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Fix broken javadoc link
This commit is contained in:
parent
bc99435b48
commit
9d480ecd20
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ import java.util.List;
|
|||
* Invoked to indicate that a NAL unit has ended.
|
||||
*
|
||||
* @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.
|
||||
*/
|
||||
public boolean endNalUnit(int discardPadding) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue