summaryrefslogtreecommitdiff
path: root/libavcodec/012v.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/012v.c')
-rw-r--r--libavcodec/012v.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/012v.c b/libavcodec/012v.c
index b87551e0a5..b5a4066656 100644
--- a/libavcodec/012v.c
+++ b/libavcodec/012v.c
@@ -151,5 +151,5 @@ AVCodec ff_zero12v_decoder = {
.id = AV_CODEC_ID_012V,
.init = zero12v_decode_init,
.decode = zero12v_decode_frame,
- .capabilities = CODEC_CAP_DR1,
+ .capabilities = AV_CODEC_CAP_DR1,
};