diff options
author | Mans Rullgard <mans@mansr.com> | 2012-05-19 17:13:17 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-19 19:44:16 +0100 |
commit | 68aef0b481f11931f078dc915a93bdfa680f90a4 (patch) | |
tree | b57817435401668fdb1d2b425b48fdf56bd5a76f /tests | |
parent | 81ad97eedad2b34a8b758fda72f68488d7f86118 (diff) | |
download | ffmpeg-68aef0b481f11931f078dc915a93bdfa680f90a4.tar.gz |
lavf: change some (de)muxer names to lowercase
This is consistent with other format names.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/video.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/video.mak b/tests/fate/video.mak index 2ae028ed7f..e173c4a4b8 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -119,7 +119,7 @@ FATE_SAMPLES_AVCONV += fate-id-cin-video fate-id-cin-video: CMD = framecrc -i $(SAMPLES)/idcin/idlog-2MB.cin -pix_fmt rgb24 FATE_SAMPLES_AVCONV += fate-idroq-video-encode -fate-idroq-video-encode: CMD = md5 -f image2 -vcodec pgmyuv -i $(SAMPLES)/ffmpeg-synthetic/vsynth1/%02d.pgm -sws_flags +bitexact -vf pad=512:512:80:112 -f RoQ -t 0.2 +fate-idroq-video-encode: CMD = md5 -f image2 -vcodec pgmyuv -i $(SAMPLES)/ffmpeg-synthetic/vsynth1/%02d.pgm -sws_flags +bitexact -vf pad=512:512:80:112 -f roq -t 0.2 FATE_IFF += fate-iff-byterun1 fate-iff-byterun1: CMD = framecrc -i $(SAMPLES)/iff/ASH.LBM -pix_fmt rgb24 |