[FFmpeg-devel] [PATCH 5/5 v2] avformat: add an AV1 Annex B demuxer

Ronald S. Bultje rsbultje at gmail.com
Tue Nov 12 07:52:56 EET 2019


Hi,

On Mon, Nov 11, 2019 at 9:17 PM James Almer <jamrial at gmail.com> wrote:

> +static int leb(AVIOContext *pb, uint32_t *len) {
>

 this can overflow, should be uint64_t.


> +        unsigned bits;
>

Same.

Ronald


More information about the ffmpeg-devel mailing list