mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 18:10:56 +01: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:
parent
e2bbfe4b31
commit
f339a30957
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue