fate/mpegps: Fix argument order
Regression since fb548fba04193a418f118d21b261ba05db4f480b. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
fb548fba04
commit
a234e5cd80
@ -1,7 +1,7 @@
|
|||||||
# This tests that a 16-bit pcm_dvd stream is correctly remuxed in mpegps
|
# This tests that a 16-bit pcm_dvd stream is correctly remuxed in mpegps
|
||||||
FATE_MPEGPS-$(call DEMMUX, MPEGPS, MPEG1SYSTEM) += fate-mpegps-remuxed-pcm-demux
|
FATE_MPEGPS-$(call DEMMUX, MPEGPS, MPEG1SYSTEM) += fate-mpegps-remuxed-pcm-demux
|
||||||
fate-mpegps-remuxed-pcm-demux: $(SAMPLES)/mpegps/pcm_aud.mpg
|
fate-mpegps-remuxed-pcm-demux: $(SAMPLES)/mpegps/pcm_aud.mpg
|
||||||
fate-mpegps-remuxed-pcm-demux: CMD = stream_remux "mpeg" "$(TARGET_SAMPLES)/mpegps/pcm_aud.mpg" "mpeg" "" "-map 0:a:0" "-codec copy"
|
fate-mpegps-remuxed-pcm-demux: CMD = stream_remux "mpeg" "$(TARGET_SAMPLES)/mpegps/pcm_aud.mpg" "" "mpeg" "-map 0:a:0" "-codec copy"
|
||||||
|
|
||||||
FATE_SAMPLES_FFMPEG += $(FATE_MPEGPS-yes)
|
FATE_SAMPLES_FFMPEG += $(FATE_MPEGPS-yes)
|
||||||
fate-mpegps: $(FATE_MPEGPS-yes)
|
fate-mpegps: $(FATE_MPEGPS-yes)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user