diff options
author | Gyan Doshi <gyandoshi@gmail.com> | 2018-02-15 17:48:47 +0530 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-02-16 21:53:22 +0100 |
commit | 310d56e86f494273e2859cf25dd4ae2433f9a2be (patch) | |
tree | 4e0a9efaeb24e8c251e26d0414b695c4064eab59 /tests/fate/mpegps.mak | |
parent | f0809bc0fa634afe8b7c3f2682b8e51e87d0861e (diff) | |
download | ffmpeg-310d56e86f494273e2859cf25dd4ae2433f9a2be.tar.gz |
fate/mpegps: add tests for PCM_DVD stream remux
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/mpegps.mak')
-rw-r--r-- | tests/fate/mpegps.mak | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/fate/mpegps.mak b/tests/fate/mpegps.mak new file mode 100644 index 0000000000..cec1ea77fa --- /dev/null +++ b/tests/fate/mpegps.mak @@ -0,0 +1,7 @@ +# 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-remuxed-pcm-demux: $(TARGET_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_SAMPLES_FFMPEG += $(FATE_MPEGPS-yes) +fate-mpegps: $(FATE_MPEGPS-yes) |