diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-11-10 22:53:29 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-11-11 15:04:21 +0100 |
commit | 46070cc20aa341d385136ec767b127a956f7d9ba (patch) | |
tree | 3309c3df45c6e7a10a1e2d3a5b28c28d93f6051e /tests/ref/fate/mss2-pals | |
parent | 9ffc61b1256e42c54766e73fd899a57261eb9b3b (diff) | |
download | ffmpeg-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-pals')
-rw-r--r-- | tests/ref/fate/mss2-pals | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/mss2-pals b/tests/ref/fate/mss2-pals index aee91b8cd2..ae8bd6fc39 100644 --- a/tests/ref/fate/mss2-pals +++ b/tests/ref/fate/mss2-pals @@ -1,3 +1,3 @@ #tb 0: 1/1000 -0, 0, 0, 1, 9216, 0xd3c106ef -0, 100, 100, 1, 9216, 0x8871f7c2 +0, 0, 0, 0, 9216, 0xd3c106ef +0, 100, 100, 0, 9216, 0x8871f7c2 |