diff options
author | Clément Bœsch <u@pkh.me> | 2015-09-10 21:40:49 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2015-09-10 21:40:49 +0200 |
commit | 342ead4491660466a2eee7c170ff8da3c02a0e87 (patch) | |
tree | 5dc0dcccb13706912369fbe823d200b0374fee27 /libavformat/subtitles.h | |
parent | af924fd9e469064707fc00212456952b3e62ee5e (diff) | |
download | ffmpeg-342ead4491660466a2eee7c170ff8da3c02a0e87.tar.gz |
avformat/subtitles: improve ff_subtitles_queue_finalize() doxy
Diffstat (limited to 'libavformat/subtitles.h')
-rw-r--r-- | libavformat/subtitles.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/subtitles.h b/libavformat/subtitles.h index 8b94d9912f..c70f6fffde 100644 --- a/libavformat/subtitles.h +++ b/libavformat/subtitles.h @@ -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); |