On Mon, Aug 25, 2014 at 1:17 PM, Timothy Gu <[email protected]> wrote: > On Mon, Aug 25, 2014 at 12:27 PM, Vignesh Venkatasubramanian > <[email protected]> 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 > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel -- Vignesh _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
