[FFmpeg-cvslog] aacdec: remove a duplicated line

Andreas Cadhalpun git at videolan.org
Wed May 13 02:22:10 CEST 2015


ffmpeg | branch: master | Andreas Cadhalpun <andreas.cadhalpun at googlemail.com> | Tue May 12 22:06:22 2015 +0200| [a7c0c79333fe30263b4729901a2a41ef8d2891f6] | committer: Michael Niedermayer

aacdec: remove a duplicated line

got_frame_ptr is set again after the if block.

Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/aacdec.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c
index a405faf..48cf637 100644
--- a/libavcodec/aacdec.c
+++ b/libavcodec/aacdec.c
@@ -3079,7 +3079,6 @@ static int aac_decode_frame_int(AVCodecContext *avctx, void *data,
         goto fail;
     }
 
-    *got_frame_ptr = !!samples;
     if (samples) {
         ac->frame->nb_samples = samples;
         ac->frame->sample_rate = avctx->sample_rate;



More information about the ffmpeg-cvslog mailing list