Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regression-funcs.sh')
-rwxr-xr-xtests/regression-funcs.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/regression-funcs.sh b/tests/regression-funcs.sh
index 035cbdb2f3..b79c258e77 100755
--- a/tests/regression-funcs.sh
+++ b/tests/regression-funcs.sh
@@ -100,13 +100,6 @@ do_ffmpeg_crc()
echo "$f $(cat $crcfile)" >> $logfile
}
-do_ffmpeg_nocheck()
-{
- f="$1"
- shift
- run_ffmpeg $*
-}
-
do_video_decoding()
{
do_ffmpeg $raw_dst $DEC_OPTS $1 -i $target_path/$file -f rawvideo $ENC_OPTS $2