summaryrefslogtreecommitdiff
path: root/libavcodec/m101.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/m101.c')
-rw-r--r--libavcodec/m101.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/m101.c b/libavcodec/m101.c
index a635b153f7..fce31956c7 100644
--- a/libavcodec/m101.c
+++ b/libavcodec/m101.c
@@ -111,7 +111,7 @@ const FFCodec ff_m101_decoder = {
.p.type = AVMEDIA_TYPE_VIDEO,
.p.id = AV_CODEC_ID_M101,
.init = m101_decode_init,
- .decode = m101_decode_frame,
+ FF_CODEC_DECODE_CB(m101_decode_frame),
.p.capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};