summaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/mss2-rgb555
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-11-10 22:53:29 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2015-11-11 15:04:21 +0100
commit46070cc20aa341d385136ec767b127a956f7d9ba (patch)
tree3309c3df45c6e7a10a1e2d3a5b28c28d93f6051e /tests/ref/fate/mss2-rgb555
parent9ffc61b1256e42c54766e73fd899a57261eb9b3b (diff)
downloadffmpeg-streaming-46070cc20aa341d385136ec767b127a956f7d9ba.zip
ffmpeg-streaming-46070cc20aa341d385136ec767b127a956f7d9ba.tar.gz
ffmpeg: set muxer packet duration based on framerate only for CFR
a set ost->frame_rate does not imply CFR in ffmpeg The changed fate tests had all wrong packet durations (like 1/1000 or 1/90000) There might be more cases in which is_cfr could be set Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/ref/fate/mss2-rgb555')
-rw-r--r--tests/ref/fate/mss2-rgb5554
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/mss2-rgb555 b/tests/ref/fate/mss2-rgb555
index 62ffbf4..d15b3b4 100644
--- a/tests/ref/fate/mss2-rgb555
+++ b/tests/ref/fate/mss2-rgb555
@@ -1,3 +1,3 @@
#tb 0: 1/1000
-0, 0, 0, 1, 6144, 0x4145b7ae
-0, 100, 100, 1, 6144, 0x3b2b38de
+0, 0, 0, 0, 6144, 0x4145b7ae
+0, 100, 100, 0, 6144, 0x3b2b38de
OpenPOWER on IntegriCloud