diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-01-27 03:41:42 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-01-27 03:45:14 +0100 |
commit | aa508a9c5f633ef87a7d5c0d1c003b5060a9324c (patch) | |
tree | 97e2682848061cb2a9c4185e8278336256d6ea71 /tests/fate | |
parent | f5b3257c506e2eafc1538fa8056325acec291bd9 (diff) | |
download | ffmpeg-aa508a9c5f633ef87a7d5c0d1c003b5060a9324c.tar.gz |
fate: Fix bitexactness for vsynth3-dnxhd-1080i-colr
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/vcodec.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index a3aa11c1ad..636311790d 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -44,6 +44,7 @@ fate-vsynth%-dnxhd-1080i: FMT = mov fate-vsynth%-dnxhd-1080i-colr: ENCOPTS = -s hd1080 -b 120M -flags +ildct -movflags write_colr \ -pix_fmt yuv422p -frames 5 -qmax 8 +fate-vsynth%-dnxhd-1080i-colr: DECOPTS = -sws_flags area+accurate_rnd+bitexact fate-vsynth%-dnxhd-1080i-colr: FMT = mov FATE_VCODEC-$(call ENCDEC, DVVIDEO, DV) += dv dv-411 dv-50 |