On Fri, Dec 30, 2011 at 02:49:55AM +0530, Aneesh Dogra wrote: > > --- a/libavcodec/libmp3lame.c > +++ b/libavcodec/libmp3lame.c > @@ -77,8 +77,8 @@ static av_cold int MP3lame_encode_init(AVCodecContext > *avctx) > > avctx->frame_size = lame_get_framesize(s->gfp); > > - avctx->coded_frame= avcodec_alloc_frame(); > - avctx->coded_frame->key_frame= 1; > + avctx->coded_frame = avcodec_alloc_frame(); > + avctx->coded_frame->key_frame = 1;
Align the = and drop the empty line between the 3 assignments. Will queue in a moment with that changed. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
