summaryrefslogtreecommitdiff
path: root/tests/fate
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-09-05 19:31:57 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-09-06 18:04:49 +0200
commiteed7e08646e5f7452354e4842d35768d9268ae6b (patch)
tree64d25e79206fb9fd6530b6556e59e16d86e48b1a /tests/fate
parentcf9500a4dc838ee25a5dc2771cd23e12e1f5e6c1 (diff)
tests/fate/ffmpeg: add simple ts->avi copy test
Approved-by: ubitux Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/ffmpeg.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/ffmpeg.mak b/tests/fate/ffmpeg.mak
index 5ca5589d52..158d988df6 100644
--- a/tests/fate/ffmpeg.mak
+++ b/tests/fate/ffmpeg.mak
@@ -61,6 +61,11 @@ fate-copy-trac4914: $(TARGET_SAMPLES)/mpeg2/xdcam8mp2-1s_small.ts
fate-copy-trac4914: CMD = transcode mpegts $(TARGET_SAMPLES)/mpeg2/xdcam8mp2-1s_small.ts\
mxf "-c:a pcm_s16le -c:v copy"
+FATE_SAMPLES_FFMPEG-$(call ALLYES, MPEGTS_DEMUXER AVI_MUXER) += fate-copy-trac4914-avi
+fate-copy-trac4914-avi: $(TARGET_SAMPLES)/mpeg2/xdcam8mp2-1s_small.ts
+fate-copy-trac4914-avi: CMD = transcode mpegts $(TARGET_SAMPLES)/mpeg2/xdcam8mp2-1s_small.ts\
+ avi "-c:a copy -c:v copy"
+
FATE_SAMPLES_FFMPEG-$(call DEMMUX, OGG, OGG) += fate-limited_input_seek fate-limited_input_seek-copyts
fate-limited_input_seek: $(TARGET_SAMPLES)/vorbis/moog_small.ogg
fate-limited_input_seek: CMD = md5 -ss 1.5 -t 1.3 -i $(TARGET_SAMPLES)/vorbis/moog_small.ogg -c:a copy -fflags +bitexact -f ogg