diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-02-15 20:21:10 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-15 20:25:31 +0100 |
commit | fe03456cdcc8ca5ee045dffd6e9989320f1fb2b1 (patch) | |
tree | 30874cb6fd4c37059ed8d419b0a7f704cb8ffb5c /tests/fate | |
parent | 8242946af20fbd41142f5bd112f2d278bd69d314 (diff) | |
parent | e21d85309943a51b7808f5e01dd258b262e09148 (diff) | |
download | ffmpeg-fe03456cdcc8ca5ee045dffd6e9989320f1fb2b1.tar.gz |
Merge commit 'e21d85309943a51b7808f5e01dd258b262e09148'
* commit 'e21d85309943a51b7808f5e01dd258b262e09148':
FATE: add a test for the SVQ1 header byte swapping
Conflicts:
tests/fate/qt.mak
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 6d78822fda..670523e151 100644 --- a/tests/fate/qt.mak +++ b/tests/fate/qt.mak @@ -46,6 +46,9 @@ fate-rpza: CMD = framecrc -i $(TARGET_SAMPLES)/rpza/rpza2.mov -t 2 -pix_fmt rgb2 FATE_QT-$(call DEMDEC, MOV, SVQ1) += fate-svq1 fate-svq1: CMD = framecrc -i $(TARGET_SAMPLES)/svq1/marymary-shackles.mov -an -t 10 +FATE_QT-$(call DEMDEC, MOV, SVQ1) += fate-svq1-headerswap +fate-svq1-headerswap: CMD = framecrc -i $(TARGET_SAMPLES)/svq1/ct_ending_cut.mov -frames 4 + FATE_QT-$(call ALLYES, MOV_DEMUXER SVQ3_DECODER ZLIB) += fate-svq3 fate-svq3: CMD = framecrc -i $(TARGET_SAMPLES)/svq3/Vertical400kbit.sorenson3.mov -t 6 -an |