summaryrefslogtreecommitdiff
path: root/libavcodec/eamad.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/eamad.c')
-rw-r--r--libavcodec/eamad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/eamad.c b/libavcodec/eamad.c
index e6e90d6bd7..337a9c144a 100644
--- a/libavcodec/eamad.c
+++ b/libavcodec/eamad.c
@@ -348,7 +348,7 @@ const FFCodec ff_eamad_decoder = {
.priv_data_size = sizeof(MadContext),
.init = decode_init,
.close = decode_end,
- .decode = decode_frame,
+ FF_CODEC_DECODE_CB(decode_frame),
.p.capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};