On Sat, Feb 25, 2012 at 11:50 AM, Vitor Sessak <[email protected]> wrote: > --- > libavcodec/amrnbdec.c | 1 + > libavcodec/amrwbdec.c | 2 ++
Looking at AMR-WB, I think the best solution might be to not use get_bits at all. The GetBitContext is used for reading fixed sized fields from a single byte. > libavcodec/ra144dec.c | 2 ++ > libavcodec/ra288.c | 2 ++ > libavcodec/sipr.c | 2 ++ > libavcodec/twinvq.c | 2 ++ > 6 files changed, 11 insertions(+), 0 deletions(-) > --Alex _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
