]> git.sesse.net Git - ffmpeg/commit
avcodec/avcodec: Add codec_tags array to AVCodec
authorMichael Niedermayer <michael@niedermayer.cc>
Sun, 29 Dec 2019 20:22:05 +0000 (21:22 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 22 Jan 2020 20:50:49 +0000 (21:50 +0100)
commit550a6b4212ca98ccee2d633abaf408d42a3d6187
tree149d2edc1555664b8b2dcbb55b9afa91f3802326
parentd48e510124d0fea24e2ec27271687c92e4428a18
avcodec/avcodec: Add codec_tags array to AVCodec

This allows the fuzzer to target meaningfull codec tags instead
of hunting the 4gb space, which it seems to have problems with.

Suggested-by: James
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/avcodec.h
libavcodec/internal.h