[FFmpeg-cvslog] r25530 - trunk/ffmpeg.c

stefano subversion
Wed Oct 20 11:45:50 CEST 2010


Author: stefano
Date: Wed Oct 20 11:45:50 2010
New Revision: 25530

Log:
Remove unused variables picture_crop_temp and picture_pad_temp.

Modified:
   trunk/ffmpeg.c

Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	Tue Oct 19 19:26:27 2010	(r25529)
+++ trunk/ffmpeg.c	Wed Oct 20 11:45:50 2010	(r25530)
@@ -1064,13 +1064,9 @@ static void do_video_out(AVFormatContext
 {
     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;
 



More information about the ffmpeg-cvslog mailing list