summaryrefslogtreecommitdiff
path: root/libavcodec/imm5.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/imm5.c')
-rw-r--r--libavcodec/imm5.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/imm5.c b/libavcodec/imm5.c
index 9b7ac17aa5..2c85bcc54a 100644
--- a/libavcodec/imm5.c
+++ b/libavcodec/imm5.c
@@ -187,6 +187,5 @@ const FFCodec ff_imm5_decoder = {
.close = imm5_close,
.flush = imm5_flush,
.priv_data_size = sizeof(IMM5Context),
- .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE |
- FF_CODEC_CAP_INIT_CLEANUP,
+ .caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
};