diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-02-29 02:12:42 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-02-29 03:01:15 +0100 |
commit | 4d338f9b64da7428a1495d55eeb9df0fc7a08e82 (patch) | |
tree | f8c1b43a7e9a9169d11041368a73da4fb86a7796 /tests/fate/vpx.mak | |
parent | 77524ee2dce92e5d82453d3ab2a616100d5df079 (diff) | |
download | ffmpeg-4d338f9b64da7428a1495d55eeb9df0fc7a08e82.tar.gz |
fate/vp8: add test for Ticket2451
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/vpx.mak')
-rw-r--r-- | tests/fate/vpx.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak index a4067d38b8..57e2d8101f 100644 --- a/tests/fate/vpx.mak +++ b/tests/fate/vpx.mak @@ -46,6 +46,9 @@ fate-webm-dash-manifest-representations: CMD = run $(FFMPEG) -f webm_dash_manife FATE_VP8-$(call DEMDEC, WEBM_DASH_MANIFEST, VP8) += fate-webm-dash-manifest-live fate-webm-dash-manifest-live: CMD = run $(FFMPEG) -f webm_dash_manifest -live 1 -i $(TARGET_SAMPLES)/vp8/dash_live_video_360.hdr -f webm_dash_manifest -live 1 -i $(TARGET_SAMPLES)/vp8/dash_live_audio_171.hdr -c copy -map 0 -map 1 -f webm_dash_manifest -live 1 -adaptation_sets "id=0,streams=0 id=1,streams=1" -chunk_start_index 1 -chunk_duration_ms 5000 -time_shift_buffer_depth 7200 -minimum_update_period 60 -debug_mode 1 - +FATE_VP8-$(call DEMDEC, MATROSKA, VP8) += fate-vp8-2451 +fate-vp8-2451: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/vp8/RRSF49-short.webm -vsync cfr -an + FATE_SAMPLES_AVCONV += $(FATE_VP6-yes) fate-vp6: $(FATE_VP6-yes) |