summaryrefslogtreecommitdiff
path: root/libavcodec/frwu.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/frwu.c')
-rw-r--r--libavcodec/frwu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/frwu.c b/libavcodec/frwu.c
index 568b94f81b..61cd3156be 100644
--- a/libavcodec/frwu.c
+++ b/libavcodec/frwu.c
@@ -101,5 +101,5 @@ AVCodec ff_frwu_decoder = {
.id = AV_CODEC_ID_FRWU,
.init = decode_init,
.decode = decode_frame,
- .capabilities = CODEC_CAP_DR1,
+ .capabilities = AV_CODEC_CAP_DR1,
};