[SCM] libav/experimental: Remove unused variables picture_crop_temp and picture_pad_temp.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:17:55 UTC 2013


The following commit has been merged in the experimental branch:
commit 96ea6ad2a75d63fe48246eadf04e13538146928e
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Wed Oct 20 09:45:50 2010 +0000

    Remove unused variables picture_crop_temp and picture_pad_temp.
    
    Originally committed as revision 25530 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/ffmpeg.c b/ffmpeg.c
index 60c313d..d42052d 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;
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list