mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-14 02:50:11 +01:00
avformat/subtitles: improve ff_subtitles_queue_finalize() doxy
This commit is contained in:
@@ -119,7 +119,8 @@ AVPacket *ff_subtitles_queue_insert(FFDemuxSubtitlesQueue *q,
|
|||||||
const uint8_t *event, size_t len, int merge);
|
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);
|
void ff_subtitles_queue_finalize(void *log_ctx, FFDemuxSubtitlesQueue *q);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user