mirror of https://git.ffmpeg.org/ffmpeg.git
fate: fix eatqi test
The sample has an incomplete last frame. Decoding it is pointless. The garbage produced was changed by the bitstream reader now protecting against over-reads. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
e614fac2e6
commit
583d3b7f97
|
@ -89,7 +89,7 @@ fate-ea-tgv-ima-ea-eacs: CMD = framecrc -i $(SAMPLES)/ea-tgv/INTRO8K-partial.TG
|
||||||
FATE_TESTS += fate-ea-tgv-ima-ea-sead
|
FATE_TESTS += fate-ea-tgv-ima-ea-sead
|
||||||
fate-ea-tgv-ima-ea-sead: CMD = framecrc -i $(SAMPLES)/ea-tgv/INTEL_S.TGV -pix_fmt rgb24
|
fate-ea-tgv-ima-ea-sead: CMD = framecrc -i $(SAMPLES)/ea-tgv/INTEL_S.TGV -pix_fmt rgb24
|
||||||
FATE_TESTS += fate-ea-tqi-adpcm
|
FATE_TESTS += fate-ea-tqi-adpcm
|
||||||
fate-ea-tqi-adpcm: CMD = framecrc -i $(SAMPLES)/ea-wve/networkBackbone-partial.wve
|
fate-ea-tqi-adpcm: CMD = framecrc -i $(SAMPLES)/ea-wve/networkBackbone-partial.wve -frames:v 26
|
||||||
FATE_TESTS += fate-ea-vp60
|
FATE_TESTS += fate-ea-vp60
|
||||||
fate-ea-vp60: CMD = framecrc -i $(SAMPLES)/ea-vp6/g36.vp6
|
fate-ea-vp60: CMD = framecrc -i $(SAMPLES)/ea-vp6/g36.vp6
|
||||||
FATE_TESTS += fate-ea-vp61
|
FATE_TESTS += fate-ea-vp61
|
||||||
|
|
|
@ -49,4 +49,3 @@
|
||||||
0, 144000, 115200, 0x65fd5e60
|
0, 144000, 115200, 0x65fd5e60
|
||||||
1, 144000, 5936, 0x2174304d
|
1, 144000, 5936, 0x2174304d
|
||||||
0, 150000, 115200, 0x0c256424
|
0, 150000, 115200, 0x0c256424
|
||||||
0, 156000, 115200, 0xa9cdd8d2
|
|
||||||
|
|
Loading…
Reference in New Issue