On Tue, Jan 24, 2017 at 11:40:10AM +0100, Vittorio Giovara wrote:
> On Wed, Jan 11, 2017 at 10:44 PM, Diego Biurrun <[email protected]> wrote:
> > --- a/libavcodec/magicyuv.c
> > +++ b/libavcodec/magicyuv.c
> > @@ -238,7 +239,7 @@ static int magy_decode_frame(AVCodecContext *avctx, 
> > void *data,
> >      ThreadFrame frame = { .f = data };
> >      AVFrame *p = data;
> >      GetByteContext gbyte;
> > -    GetBitContext gbit;
> > +    BitstreamContext gbit;
> 
> I wonder whether we should call it 'bc' like the others

Why not, I'll push with that amended.

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

Reply via email to