ffmpeg | branch: master | Andreas Cadhalpun <andreas.cadhal...@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.cadhal...@googlemail.com> Signed-off-by: Michael Niedermayer <michae...@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; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog