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/vp9-tiling-pedestrian | |
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/vp9-tiling-pedestrian')
-rw-r--r-- | tests/ref/fate/vp9-tiling-pedestrian | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/vp9-tiling-pedestrian b/tests/ref/fate/vp9-tiling-pedestrian index 4b25a2914a..173869faa9 100644 --- a/tests/ref/fate/vp9-tiling-pedestrian +++ b/tests/ref/fate/vp9-tiling-pedestrian @@ -7,5 +7,5 @@ #dimensions 0: 1920x1080 #sar 0: 1/1 #stream#, dts, pts, duration, size, hash -0, 0, 0, 0, 3110400, 1e6c2e768a5107e57e6d626f0511193a -0, 40, 40, 0, 3110400, 972d3e2b5ee2e3b0907218a243e4cb7d +0, 0, 0, 1, 3110400, 1e6c2e768a5107e57e6d626f0511193a +0, 40, 40, 1, 3110400, 972d3e2b5ee2e3b0907218a243e4cb7d |