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-streamloop | |
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-streamloop')
-rw-r--r-- | tests/ref/fate/ffmpeg-streamloop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/ffmpeg-streamloop b/tests/ref/fate/ffmpeg-streamloop index d22199d583..705c4646c6 100644 --- a/tests/ref/fate/ffmpeg-streamloop +++ b/tests/ref/fate/ffmpeg-streamloop @@ -8,7 +8,7 @@ #dimensions 0: 320x240 #sar 0: 1/1 #stream#, dts, pts, duration, size, hash -0, -80, 0, 0, 5131, fb6a475e53addc2ffa79e1b75de81050 +0, -80, 0, 40, 5131, fb6a475e53addc2ffa79e1b75de81050 0, -40, 160, 40, 2479, fc64a1f7054d22741fffc68891ff4887 0, 0, 80, 40, 1354, 344ee1f5e8f0fe2785639dd530cf85ca 0, 40, 40, 40, 965, cbea2691414063d4e1199b781586cac4 |