Hendrik, please snip your quotes :)

On Sun, Jul 20, 2014 at 12:33:55PM +0200, Hendrik Leppkes wrote:
> Am 20.07.2014 11:21 schrieb "Nidhi Makhijani" <[email protected]>:
> > --- a/libavcodec/mpegvideo.h
> > +++ b/libavcodec/mpegvideo.h
> > @@ -542,7 +542,6 @@ typedef struct MpegEncContext {
> >      /* RV10 specific */
> >      int rv10_version; ///< RV10 version: 0 or 3
> >      int rv10_first_dc_coded[3];
> > -    int orig_width, orig_height;
> >
> > diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c
> > index 0e76f63..835a1aa 100644
> > --- a/libavcodec/rv10.c
> > +++ b/libavcodec/rv10.c
> > @@ -46,6 +46,7 @@
> >  typedef struct RVDecContext {
> >      MpegEncContext m;
> >      int sub_id;
> > +    int orig_width, orig_height;
> >  } RVDecContext;
> 
> The variables just above the one you changed even have rv10 in their name,
> aren't those rather specific as well?

Yes, they are, but they still have some interdependencies with the rest
of the mpegvideo code.

Diego

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to