On Sat, Jul 19, 2014 at 08:56:37AM +0530, Nidhi Makhijani wrote: > --- a/libavcodec/rv10.c > +++ b/libavcodec/rv10.c > @@ -460,9 +461,9 @@ static av_cold int rv10_decode_init(AVCodecContext *avctx) > > - s->orig_width = > + rv->orig_width = > s->width = avctx->coded_width; > - s->orig_height = > + rv->orig_height = > s->height = avctx->coded_height;
As I said on IRC, please maintain = alignment here. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
