OSDN Git Service

h2645_parse: don't overread AnnexB NALs within an avc stream
authorHendrik Leppkes <h.leppkes@gmail.com>
Thu, 7 Jul 2016 18:19:51 +0000 (20:19 +0200)
committerHendrik Leppkes <h.leppkes@gmail.com>
Fri, 8 Jul 2016 13:20:20 +0000 (15:20 +0200)
commit83a940e7fb9640954d631870e2ec6e8b3fc528ed
tree1a690dcac7730f3541da6e7d8afb80429291d38e
parentc3e9b098e12b8932693361625d4a69bc30583d9a
h2645_parse: don't overread AnnexB NALs within an avc stream

We know the maximum size of an AnnexB NAL, signaling it as the maximum
NAL size allows ff_h2645_extract_rbsp to determine the correct size.
libavcodec/h2645_parse.c