On Wed, Apr 04, 2012 at 02:19:04PM +0100, Måns Rullgård wrote: > Diego Biurrun <[email protected]> writes: > > > > --- a/libavcodec/h264_cavlc.c > > +++ b/libavcodec/h264_cavlc.c > > @@ -236,6 +236,8 @@ static const uint8_t run_bits[7][16]={ > > > > +const uint16_t ff_h264_mb_sizes[4] = { 256, 384, 512, 768 }; > > Why this file?
It is used in h264_cavlc.c and h264_cabac.c, so one of the two was chosen by fair dice roll. I'm all ears for better suggestions. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
