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

Vignesh Venkatasubramanian vigneshv at google.com
Mon Aug 25 21:27:25 CEST 2014


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 "$@"
+}
+
 framecrc(){
     ffmpeg "$@" -flags +bitexact -f framecrc -
 }
-- 
2.0.0.526.g5318336



More information about the ffmpeg-devel mailing list