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/h264.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/h264.mak')
-rw-r--r-- | tests/fate/h264.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/h264.mak b/tests/fate/h264.mak index 3d6fde7bdb..bdc390d479 100644 --- a/tests/fate/h264.mak +++ b/tests/fate/h264.mak @@ -386,7 +386,7 @@ fate-h264-conformance-sva_fm1_e: CMD = framecrc -i $(TARGET_SAM fate-h264-conformance-sva_nl1_b: CMD = framecrc -i $(TARGET_SAMPLES)/h264-conformance/SVA_NL1_B.264 fate-h264-conformance-sva_nl2_e: CMD = framecrc -i $(TARGET_SAMPLES)/h264-conformance/SVA_NL2_E.264 -fate-h264-bsf-mp4toannexb: CMD = md5 -i $(TARGET_SAMPLES)/h264/interlaced_crop.mp4 -vcodec copy -bsf h264_mp4toannexb -f h264 +fate-h264-bsf-mp4toannexb: CMD = md5 -i $(TARGET_SAMPLES)/h264/interlaced_crop.mp4 -c:v copy -bsf h264_mp4toannexb -f h264 fate-h264-crop-to-container: CMD = framemd5 -i $(TARGET_SAMPLES)/h264/crop-to-container-dims-canon.mov fate-h264-direct-bff: CMD = framecrc -i $(TARGET_SAMPLES)/h264/direct-bff.mkv fate-h264-extradata-reload: CMD = framemd5 -i $(TARGET_SAMPLES)/h264/extradata-reload-multi-stsd.mov |