diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-09-26 21:00:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-09-26 21:48:53 +0200 |
commit | b7caf89401232da02d2b493543b6dfcc524c15bf (patch) | |
tree | 7c95f82fa3000c626159c4ddb2954eb30096f866 /tests/fate | |
parent | ecf552657889005d05c3a0a2443dbf29590493d1 (diff) | |
parent | b39ebcddd47daf37659796aaa7d068668086507a (diff) | |
download | ffmpeg-b7caf89401232da02d2b493543b6dfcc524c15bf.tar.gz |
Merge commit 'b39ebcddd47daf37659796aaa7d068668086507a'
* commit 'b39ebcddd47daf37659796aaa7d068668086507a':
fate: Add VC-1 interlaced twomv test
Note, this test is not free of artifacts on both sides of the merge
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/microsoft.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/microsoft.mak b/tests/fate/microsoft.mak index 27e46db9d6..f73b265eaa 100644 --- a/tests/fate/microsoft.mak +++ b/tests/fate/microsoft.mak @@ -57,6 +57,9 @@ fate-vc1_sa10143: CMD = framecrc -i $(TARGET_SAMPLES)/vc1/SA10143.vc1 FATE_VC1-$(CONFIG_VC1_DEMUXER) += fate-vc1_sa20021 fate-vc1_sa20021: CMD = framecrc -i $(TARGET_SAMPLES)/vc1/SA20021.vc1 +FATE_VC1-$(CONFIG_VC1_DEMUXER) += fate-vc1_ilaced_twomv +fate-vc1_ilaced_twomv: CMD = framecrc -i $(TARGET_SAMPLES)/vc1/ilaced_twomv.vc1 + FATE_VC1-$(CONFIG_MOV_DEMUXER) += fate-vc1-ism fate-vc1-ism: CMD = framecrc -i $(TARGET_SAMPLES)/isom/vc1-wmapro.ism -an |