Hi, On Sat, Dec 31, 2011 at 10:40 AM, Justin Ruggles <[email protected]> wrote: > From: Ronald S. Bultje <[email protected]> > > The safe bitstream reader does not allow using skip_bits_long() to seek to a > point before the start of the buffer, which was needed by the mp3 decoder. > This change instead calculates the start point of the first valid granule and > skips to that position. > > Signed-off-by: Justin Ruggles <[email protected]> > --- > libavcodec/mpegaudiodec.c | 34 ++++++++++++++++++---------------- > 1 files changed, 18 insertions(+), 16 deletions(-)
Well I wrote it, so OK. :-p. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
