diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-02-12 21:00:04 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-02-15 15:30:29 +0100 |
commit | e21d85309943a51b7808f5e01dd258b262e09148 (patch) | |
tree | 0fe6a08f35fd59a67d74ca9ace574b83bc9390de /tests/fate | |
parent | d3449ac938333d59955360b6cb8e7bc24a9b792e (diff) | |
download | ffmpeg-e21d85309943a51b7808f5e01dd258b262e09148.tar.gz |
FATE: add a test for the SVQ1 header byte swapping
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/qt.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/qt.mak b/tests/fate/qt.mak index ac95d64822..97537f93ef 100644 --- a/tests/fate/qt.mak +++ b/tests/fate/qt.mak @@ -46,5 +46,8 @@ fate-rpza: CMD = framecrc -i $(TARGET_SAMPLES)/rpza/rpza2.mov -t 2 -pix_fmt rgb2 FATE_SAMPLES_AVCONV-$(call DEMDEC, MOV, SVQ1) += fate-svq1 fate-svq1: CMD = framecrc -i $(TARGET_SAMPLES)/svq1/marymary-shackles.mov -an -t 10 +FATE_SAMPLES_AVCONV-$(call DEMDEC, MOV, SVQ1) += fate-svq1-headerswap +fate-svq1-headerswap: CMD = framecrc -i $(TARGET_SAMPLES)/svq1/ct_ending_cut.mov -frames 4 + FATE_SAMPLES_AVCONV-$(call ALLYES, MOV_DEMUXER SVQ3_DECODER ZLIB) += fate-svq3 fate-svq3: CMD = framecrc -i $(TARGET_SAMPLES)/svq3/Vertical400kbit.sorenson3.mov -t 6 -an |