On Mon, Aug 25, 2014 at 1:17 PM, Timothy Gu <timothyg...@gmail.com> wrote:
> On Mon, Aug 25, 2014 at 12:27 PM, Vignesh Venkatasubramanian
> <vigne...@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@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel



-- 
Vignesh
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to