]> git.sesse.net Git - ffmpeg/blobdiff - tests/regression-funcs.sh
Merge remote-tracking branch 'tjoppen/mxf_fixes_20111220'
[ffmpeg] / tests / regression-funcs.sh
index b8164843a56dd4aaa114004d261da40688aa8df0..b0a9b85fadc9ff7880aae97274330abf11dc96ef 100755 (executable)
@@ -105,6 +105,12 @@ do_video_encoding()
     do_avconv $file $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src $ENC_OPTS $2
 }
 
+do_video_encoding_nomd5()
+{
+    file=${outfile}$1
+    do_avconv_nomd5 $file $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src $ENC_OPTS $2
+}
+
 do_audio_encoding()
 {
     file=${outfile}$1