summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-10-20 09:45:50 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-10-20 09:45:50 +0000
commit96ea6ad2a75d63fe48246eadf04e13538146928e (patch)
treea12d3470f4f1e5fd839d63d61cac67defd39073d
parentc868524b9a10406f13b202023f8cb1af6cd4cb5f (diff)
Remove unused variables picture_crop_temp and picture_pad_temp.
Originally committed as revision 25530 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--ffmpeg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 60c313d8e8..d42052d8df 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -1064,13 +1064,9 @@ static void do_video_out(AVFormatContext *s,
{
int nb_frames, i, ret;
AVFrame *final_picture, *formatted_picture, *resampling_dst, *padding_src;
- AVFrame picture_crop_temp, picture_pad_temp;
AVCodecContext *enc, *dec;
double sync_ipts;
- avcodec_get_frame_defaults(&picture_crop_temp);
- avcodec_get_frame_defaults(&picture_pad_temp);
-
enc = ost->st->codec;
dec = ist->st->codec;