mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
fate: remove unused functions
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6aceed3b72
commit
ef96ec97fb
@ -86,14 +86,3 @@ do_avconv_crc()
|
|||||||
run_avconv $* -f crc "$target_crcfile"
|
run_avconv $* -f crc "$target_crcfile"
|
||||||
echo "$f $(cat $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
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user