mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-22 23:17:48 +08:00
fixup! lavc/rkmppdec: refactor RKMPP decoders and extend codecs
mark flush() as av_cold. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
@@ -1210,7 +1210,7 @@ exit:
|
||||
return ret;
|
||||
}
|
||||
|
||||
static void rkmpp_decode_flush(AVCodecContext *avctx)
|
||||
static av_cold void rkmpp_decode_flush(AVCodecContext *avctx)
|
||||
{
|
||||
RKMPPDecContext *r = avctx->priv_data;
|
||||
int ret;
|
||||
|
||||
Reference in New Issue
Block a user