From 1c0885334dda9ee8652e60c586fa2e3674056586 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 29 Nov 2020 17:40:14 +0100 Subject: 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. --- tests/ref/fate/iff-byterun1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ref/fate/iff-byterun1') diff --git a/tests/ref/fate/iff-byterun1 b/tests/ref/fate/iff-byterun1 index 8e6f949f62..ccb852fb07 100644 --- a/tests/ref/fate/iff-byterun1 +++ b/tests/ref/fate/iff-byterun1 @@ -3,4 +3,4 @@ #codec_id 0: rawvideo #dimensions 0: 320x240 #sar 0: 5/6 -0, 0, 0, 0, 230400, 0x35e51c62 +0, 0, 0, 1, 230400, 0x35e51c62 -- cgit v1.2.3