aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2022-03-14 10:05:42 +0800
committerLimin Wang <lance.lmwang@gmail.com>2022-03-22 23:00:53 +0800
commitfc8a6a6f4cc3d9b5ca278d181bba97297dd8ee6a (patch)
tree59ab3d9009b618811a133469d66eb5c797667a24 /RELEASE
parente78173557da898f18a78241cc3525b76694164b5 (diff)
downloadffmpeg-fc8a6a6f4cc3d9b5ca278d181bba97297dd8ee6a.tar.gz
avformat/movenc: initialize pts/dts of timecode packet
Fix below error message when timecode packet is written. "Application provided duration: -9223372036854775808 / timestamp: -9223372036854775808 is out of range for mov/mp4 format" try to reproduce by: ffmpeg -y -f lavfi -i color -metadata "timecode=00:00:00:00" -t 1 test.mov Note although error message is printed, the timecode packet will be written anyway. So the patch 2/2 will try to change the log level to warning. Fixes ticket #9488 Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'RELEASE')
0 files changed, 0 insertions, 0 deletions