diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-05-30 05:23:39 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-05-30 05:57:56 +0200 |
commit | ef96ec97fb8ebc7bfd47038293c3ed14a6c16f29 (patch) | |
tree | 5f5298951d7ed96a217dd4568dbefa5e0579b3b5 /tests/regression-funcs.sh | |
parent | 6aceed3b72d9e8f278e884169e106c7d03e44613 (diff) | |
download | ffmpeg-ef96ec97fb8ebc7bfd47038293c3ed14a6c16f29.tar.gz |
fate: remove unused functions
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/regression-funcs.sh')
-rwxr-xr-x | tests/regression-funcs.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/regression-funcs.sh b/tests/regression-funcs.sh index 5f47b567fc..75387952e7 100755 --- a/tests/regression-funcs.sh +++ b/tests/regression-funcs.sh @@ -86,14 +86,3 @@ do_avconv_crc() run_avconv $* -f crc "$target_crcfile" echo "$f $(cat $crcfile)" } - -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_decoding_nomd5() -{ - do_avconv_nomd5 $pcm_dst $DEC_OPTS -i $target_path/$file -sample_fmt s16 -f wav $1 -} |