On Wed, 04 Dec 2013 19:08:04 +0100, Luca Barbato <[email protected]> wrote:
> On 03/12/13 00:16, Anton Khirnov wrote:
> > +        s->mjpeg_vsample[0] = 2;
> > +        s->mjpeg_vsample[1] = 2 >> chroma_v_shift;
> > +        s->mjpeg_vsample[2] = 2 >> chroma_v_shift;
> > +        s->mjpeg_hsample[0] = 2;
> > +        s->mjpeg_hsample[1] = 2 >> chroma_h_shift;
> > +        s->mjpeg_hsample[2] = 2 >> chroma_h_shift;
> 
> Didn't you set it somewhere else?
> 

Good catch, it's unused after this patch.

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

Reply via email to