forked from FFmpeg/FFmpeg
avformat/subtitles: improve ff_subtitles_queue_finalize() doxy
This commit is contained in:
parent
af924fd9e4
commit
342ead4491
1 changed files with 2 additions and 1 deletions
|
@ -119,7 +119,8 @@ AVPacket *ff_subtitles_queue_insert(FFDemuxSubtitlesQueue *q,
|
|||
const uint8_t *event, size_t len, int merge);
|
||||
|
||||
/**
|
||||
* Set missing durations and sort subtitles by PTS, and then byte position.
|
||||
* Set missing durations, sort subtitles by PTS (and then byte position), and
|
||||
* drop duplicated events.
|
||||
*/
|
||||
void ff_subtitles_queue_finalize(void *log_ctx, FFDemuxSubtitlesQueue *q);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue