summaryrefslogtreecommitdiff
path: root/libavcodec/smc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/smc.c')
-rw-r--r--libavcodec/smc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/smc.c b/libavcodec/smc.c
index 2f87937c49..313d8edba6 100644
--- a/libavcodec/smc.c
+++ b/libavcodec/smc.c
@@ -476,7 +476,7 @@ const FFCodec ff_smc_decoder = {
.priv_data_size = sizeof(SmcContext),
.init = smc_decode_init,
.close = smc_decode_end,
- .decode = smc_decode_frame,
+ FF_CODEC_DECODE_CB(smc_decode_frame),
.p.capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};