Jan 28, 2021, 16:08 by nachiket.program...@gmail.com:

> These will be used by HLS demuxer in case of SAMPLE-AES decryption.
>
> Signed-off-by: Nachiket Tarate <nachiket.program...@gmail.com>
> ---
>  libavcodec/adts_header.c |  1 +
>  libavcodec/adts_header.h | 14 ++++++++++++++
>  libavcodec/adts_parser.c | 28 ++++++++++++++++++++++++++++
>  3 files changed, 43 insertions(+)
>
> diff --git a/libavcodec/adts_header.c b/libavcodec/adts_header.c
> index 0889820f8a..c6680b0fc8 100644
> --- a/libavcodec/adts_header.c
> +++ b/libavcodec/adts_header.c
> @@ -66,6 +66,7 @@ int ff_adts_header_parse(GetBitContext *gbc, 
> AACADTSHeaderInfo *hdr)
>  hdr->sample_rate    = avpriv_mpeg4audio_sample_rates[sr];
>  hdr->samples        = (rdb + 1) * 1024;
>  hdr->bit_rate       = size * 8 * hdr->sample_rate / hdr->samples;
> +    hdr->frame_length        = size;
>

Everything is neatly aligned. Everything but the one line you changed...
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to