]> git.sesse.net Git - ffmpeg/commit
lavc/decode: move unrefcount_frame() right before its only caller
authorAnton Khirnov <anton@khirnov.net>
Mon, 25 Jan 2021 10:55:32 +0000 (11:55 +0100)
committerAnton Khirnov <anton@khirnov.net>
Tue, 26 Jan 2021 16:05:49 +0000 (17:05 +0100)
commit25f4304ebbf96c7ae2952d72b04ad244f8d96334
tree9ea99d3f83c708ea5381d5d746a65861718f54ae
parentda99b4c878b9d087f9b13a3e29b804e6e46b567e
lavc/decode: move unrefcount_frame() right before its only caller

Will make wrapping it in deprecation guards simpler.
libavcodec/decode.c