mirror of https://git.ffmpeg.org/ffmpeg.git
DTS Coherent Acoustics regtest
Originally committed as revision 24194 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bb1e597736
commit
d4d5b66140
|
@ -87,3 +87,8 @@ fate-yop: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/yop/test1.yop -pix_fmt rgb24
|
|||
|
||||
FATE2_TESTS += fate-pictor
|
||||
fate-pictor: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/pictor/MFISH.PIC -pix_fmt rgb24 -an -f framecrc -
|
||||
|
||||
FATE2_TESTS += fate-dts
|
||||
fate-dts: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/dts/dts.ts -f s16le -
|
||||
fate-dts: CMP = oneoff
|
||||
fate-dts: REF = $(SAMPLES)/dts/dts.pcm
|
||||
|
|
Loading…
Reference in New Issue