On Fri, Sep 23, 2011 at 4:51 PM, Kieran Kunhya <[email protected]>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 */
>
>         put_bits(bs, 1, 0); /* otherDataPresent */
>         put_bits(bs, 1, 0); /* crcCheckPresent */
> --
> 1.7.4.1
>
>
ping
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to