diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-28 18:20:17 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-09-04 13:12:00 +0200 |
commit | 6b779cccaab1856575b1840e09510b0f54e988a6 (patch) | |
tree | 1b6a98f0375900edbfcc60c2ec391651eddb5e68 /tests/fate2.mak | |
parent | 575ec4e17d4e9824bc015651dc99f0c778402866 (diff) | |
download | ffmpeg-6b779cccaab1856575b1840e09510b0f54e988a6.tar.gz |
avconv: move start_time, recording_time and input_ts_offset to options context
Diffstat (limited to 'tests/fate2.mak')
-rw-r--r-- | tests/fate2.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate2.mak b/tests/fate2.mak index a743f0cd59..6a01412eb3 100644 --- a/tests/fate2.mak +++ b/tests/fate2.mak @@ -125,7 +125,7 @@ fate-atrac3-3: CMP = oneoff fate-atrac3-3: REF = $(SAMPLES)/atrac3/mc_sich_at3_132_small.pcm FATE_TESTS += fate-gsm -fate-gsm: CMD = framecrc -t 10 -i $(SAMPLES)/gsm/sample-gsm-8000.mov +fate-gsm: CMD = framecrc -i $(SAMPLES)/gsm/sample-gsm-8000.mov -t 10 FATE_TESTS += fate-gsm-ms fate-gsm-ms: CMD = framecrc -i $(SAMPLES)/gsm/ciao.wav |