[FFmpeg-cvslog] fate: remove unused functions

Michael Niedermayer git at videolan.org
Wed May 30 06:07:23 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed May 30 05:23:39 2012 +0200| [ef96ec97fb8ebc7bfd47038293c3ed14a6c16f29] | committer: Michael Niedermayer

fate: remove unused functions

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ef96ec97fb8ebc7bfd47038293c3ed14a6c16f29
---

 tests/regression-funcs.sh |   11 -----------
 1 file changed, 11 deletions(-)

diff --git a/tests/regression-funcs.sh b/tests/regression-funcs.sh
index 5f47b56..7538795 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
-}



More information about the ffmpeg-cvslog mailing list