diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-11-29 17:40:14 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-12-10 09:50:18 +0100 |
commit | 1c0885334dda9ee8652e60c586fa2e3674056586 (patch) | |
tree | e02c4721496cf6a5b4d82e2e95bf7116d4f17cb4 /tests/ref/fate/ffmpeg-attached_pics | |
parent | fe7f0d366fdea04af1bb4c7c188750b99b3593c4 (diff) | |
download | ffmpeg-1c0885334dda9ee8652e60c586fa2e3674056586.tar.gz |
lavf/mux: rewrite guessing the packet duration
Factor out the code into a separate muxing-specific function.
Stop accessing the deprecated AVStream-embedded codec context, use the
average framerate (if specified) instead.
Diffstat (limited to 'tests/ref/fate/ffmpeg-attached_pics')
-rw-r--r-- | tests/ref/fate/ffmpeg-attached_pics | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/ffmpeg-attached_pics b/tests/ref/fate/ffmpeg-attached_pics index ee2f20638e..48c7ced363 100644 --- a/tests/ref/fate/ffmpeg-attached_pics +++ b/tests/ref/fate/ffmpeg-attached_pics @@ -9,7 +9,7 @@ #sample_rate 1: 44100 #channel_layout 1: 3 #channel_layout_name 1: stereo -0, 0, 0, 0, 120000, 0x748cc771 +0, 0, 0, 1, 120000, 0x748cc771 1, 0, 0, 4096, 16384, 0x00000000 1, 4096, 4096, 4096, 16384, 0x29cd639d 1, 8192, 8192, 4096, 16384, 0xd52066e5 |