diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-18 10:15:07 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2017-02-27 10:36:45 +0100 |
commit | 4141a5a240fba44b4b4a1c488c279d7dd8a11ec7 (patch) | |
tree | dda5c962984e3a4bb3a0461fb4c9973916eab5d6 /tests/fate/mpc.mak | |
parent | da8093f712d625db7ce4a2526fb52994e01921ec (diff) | |
download | ffmpeg-4141a5a240fba44b4b4a1c488c279d7dd8a11ec7.tar.gz |
Use modern avconv syntax for codec selection in documentation and tests
Diffstat (limited to 'tests/fate/mpc.mak')
-rw-r--r-- | tests/fate/mpc.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate/mpc.mak b/tests/fate/mpc.mak index 4a012737d2..294dffeabf 100644 --- a/tests/fate/mpc.mak +++ b/tests/fate/mpc.mak @@ -1,8 +1,8 @@ FATE_MPC-$(CONFIG_MPC_DEMUXER) += fate-mpc7-demux -fate-mpc7-demux: CMD = crc -i $(TARGET_SAMPLES)/musepack/inside-mp7.mpc -acodec copy +fate-mpc7-demux: CMD = crc -i $(TARGET_SAMPLES)/musepack/inside-mp7.mpc -c:a copy FATE_MPC-$(CONFIG_MPC8_DEMUXER) += fate-mpc8-demux -fate-mpc8-demux: CMD = crc -i $(TARGET_SAMPLES)/musepack/inside-mp8.mpc -acodec copy +fate-mpc8-demux: CMD = crc -i $(TARGET_SAMPLES)/musepack/inside-mp8.mpc -c:a copy FATE_MPC-$(call DEMDEC, MPC, MPC7) += fate-musepack7 fate-musepack7: CMD = pcm -i $(TARGET_SAMPLES)/musepack/inside-mp7.mpc |