Browse Source

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>
tags/n2.6
Michael Niedermayer 10 years ago
parent
commit
fe03456cdc
2 changed files with 8 additions and 0 deletions
  1. +3
    -0
      tests/fate/qt.mak
  2. +5
    -0
      tests/ref/fate/svq1-headerswap

+ 3
- 0
tests/fate/qt.mak View File

@@ -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



+ 5
- 0
tests/ref/fate/svq1-headerswap View File

@@ -0,0 +1,5 @@
#tb 0: 1/10
0, 0, 0, 1, 58814, 0x5caad04b
0, 1, 1, 1, 58814, 0x98d8ceb8
0, 2, 2, 1, 58814, 0x8925cdb0
0, 3, 3, 1, 58814, 0x6ffc02c3

Loading…
Cancel
Save