diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-06-01 18:44:07 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-06-01 18:44:07 +0200 |
commit | 9758b1cb887dac09de13c5dda7c2b52d3314f6ec (patch) | |
tree | 7e2917ff87a2e6c307c34550d5b2223e84469a5f | |
parent | d43812e235bc7472c102a9e1aa7e88abd441e6fd (diff) | |
download | ffmpeg-9758b1cb887dac09de13c5dda7c2b52d3314f6ec.tar.gz |
fate: enable fate-mapchan-6ch-extract-2-downmix-mono
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | tests/fate/mapchan.mak | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fate/mapchan.mak b/tests/fate/mapchan.mak index 2a05f01e67..119f56613e 100644 --- a/tests/fate/mapchan.mak +++ b/tests/fate/mapchan.mak @@ -2,9 +2,9 @@ FATE_MAPCHAN += fate-mapchan-6ch-extract-2 fate-mapchan-6ch-extract-2: tests/data/asynth-22050-6.wav fate-mapchan-6ch-extract-2: CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-22050-6.wav -map_channel 0.0.0 -f wav md5: -map_channel 0.0.1 -f wav md5: -#FATE_MAPCHAN += fate-mapchan-6ch-extract-2-downmix-mono -#fate-mapchan-6ch-extract-2-downmix-mono: tests/data/asynth-22050-6.wav -#fate-mapchan-6ch-extract-2-downmix-mono: CMD = md5 -i $(TARGET_PATH)/tests/data/asynth-22050-6.wav -map_channel 0.0.1 -map_channel 0.0.0 -ac 1 -f wav +FATE_MAPCHAN += fate-mapchan-6ch-extract-2-downmix-mono +fate-mapchan-6ch-extract-2-downmix-mono: tests/data/asynth-22050-6.wav +fate-mapchan-6ch-extract-2-downmix-mono: CMD = md5 -i $(TARGET_PATH)/tests/data/asynth-22050-6.wav -map_channel 0.0.1 -map_channel 0.0.0 -ac 1 -f wav FATE_MAPCHAN += fate-mapchan-silent-mono fate-mapchan-silent-mono: tests/data/asynth-22050-1.wav |