[FFmpeg-devel] [PATCH 1/2] fate-run.sh: add function to execute raw ffmpeg command

Vignesh Venkatasubramanian vigneshv at google.com
Tue Aug 26 00:03:13 CEST 2014


On Mon, Aug 25, 2014 at 1:17 PM, Timothy Gu <timothygu99 at gmail.com> wrote:
> On Mon, Aug 25, 2014 at 12:27 PM, Vignesh Venkatasubramanian
> <vigneshv at google.com> wrote:
>> add ffmpeg_raw() function to fate-run.sh which will run the exact
>> ffmpeg command as specified in the *.mak file without any changes.
>> ---
>>  tests/fate-run.sh | 4 ++++
>>  1 file changed, 4 insertions(+)
>>
>> diff --git a/tests/fate-run.sh b/tests/fate-run.sh
>> index 7fe7e74..46f67f2 100755
>> --- a/tests/fate-run.sh
>> +++ b/tests/fate-run.sh
>> @@ -94,6 +94,10 @@ ffmpeg(){
>>      run ffmpeg ${ffmpeg_args}
>>  }
>>
>> +ffmpeg_raw(){
>> +    run ffmpeg "$@"
>
> Why don't you simply use `run ffmpeg ...` in the test makefile?
>

right. i'll do that and update the other patch. this patch can be abandoned.

> [...]
>
> Timothy
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel



-- 
Vignesh


More information about the ffmpeg-devel mailing list