]> git.sesse.net Git - ffmpeg/commit
libavcodec/decode: Mark decode_simple_internal() as inline
authorMichael Niedermayer <michael@niedermayer.cc>
Mon, 11 May 2020 21:58:28 +0000 (23:58 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 12 May 2020 19:39:13 +0000 (21:39 +0200)
commit19738b1bc2e2700d9f589fb9d1d1d10e2bbf3d5e
tree4b79f59779f0edfb26b442fdcd0cac89ef75d9fc
parentba436c1586d05bfd2094c26ca4ecb1542752cf38
libavcodec/decode: Mark decode_simple_internal() as inline

This was suggested in
https://github.com/google/oss-fuzz/issues/3787
to reduce the grouping errors by oss-fuzz

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/decode.c