Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-02-11 00:32:37 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-02-20 15:01:21 +0400
commit271f4112670f2c6e43aa27d69bee3e057f34ddb9 (patch)
treee6e5494b52e5d886bf6b4f558495514c25a91e2a /libavutil
parent39b03932c2edee1d96183ace15ca09109d9420d2 (diff)
lavf/matroskaenc: avoid assert failure in case of cuepoints with duplicated PTS
Avoid to write more than one cuepoint per track and PTS in mkv_write_cues(). This avoids a later assertion failure on "(bytes >= needed_bytes)" in put_ebml_num() called from end_ebml_master(), in case there are several cuepoints per track with the same PTS. This may happen with files containing packets with duplicated PTS in the same track.
Diffstat (limited to 'libavutil')
0 files changed, 0 insertions, 0 deletions