summaryrefslogtreecommitdiff
path: root/tests/fate/vpx.mak
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-03 21:28:07 -0300
committerJames Almer <jamrial@gmail.com>2017-10-03 21:28:07 -0300
commita2b0602cdad8da62c137f7db07b608d6bbbcefaa (patch)
tree67220614b5797dc9bd6ea58244a1a2e1e2e3197b /tests/fate/vpx.mak
parent08c751309670854c73b58f234a83f4ba679370be (diff)
parent4141a5a240fba44b4b4a1c488c279d7dd8a11ec7 (diff)
Merge commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7'
* commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7': Use modern avconv syntax for codec selection in documentation and tests Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/fate/vpx.mak')
-rw-r--r--tests/fate/vpx.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak
index 2662bd2bd8..0be5aa2aaa 100644
--- a/tests/fate/vpx.mak
+++ b/tests/fate/vpx.mak
@@ -53,7 +53,7 @@ FATE_VP6-$(call DEMDEC, FLV, VP6F) += fate-vp6f
fate-vp6f: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/flash-vp6/clip1024.flv
FATE_VP8-$(CONFIG_MATROSKA_DEMUXER) += fate-vp8-alpha
-fate-vp8-alpha: CMD = framecrc -i $(TARGET_SAMPLES)/vp8_alpha/vp8_video_with_alpha.webm -vcodec copy
+fate-vp8-alpha: CMD = framecrc -i $(TARGET_SAMPLES)/vp8_alpha/vp8_video_with_alpha.webm -c:v copy
FATE_VP8-$(CONFIG_WEBM_DASH_MANIFEST_DEMUXER) += fate-webm-dash-manifest
fate-webm-dash-manifest: CMD = run $(FFMPEG) -nostdin -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_video1.webm -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_video2.webm -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_audio1.webm -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_audio2.webm -c copy -map 0 -map 1 -map 2 -map 3 -f webm_dash_manifest -adaptation_sets "id=0,streams=0,1 id=1,streams=2,3" -