On Fri, Sep 23, 2011 at 10:51:07AM -0500, Kieran Kunhya wrote: > --- > libavformat/latmenc.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavformat/latmenc.c b/libavformat/latmenc.c > index 8d67b5a..ce7e7f6 100644 > --- a/libavformat/latmenc.c > +++ b/libavformat/latmenc.c > @@ -115,7 +115,7 @@ static int latm_write_frame_header(AVFormatContext *s, > PutBitContext *bs) > } > > put_bits(bs, 3, 0); /* frameLengthType */ > - put_bits(bs, 8, 0); /* latmBufferFullness */ > + put_bits(bs, 8, 0xff); /* latmBufferFullness */
ok and queued Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
