summaryrefslogtreecommitdiffstats
path: root/libavcodec/brenderpix.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/brenderpix.c')
-rw-r--r--libavcodec/brenderpix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/brenderpix.c b/libavcodec/brenderpix.c
index 02d922f..0556858 100644
--- a/libavcodec/brenderpix.c
+++ b/libavcodec/brenderpix.c
@@ -288,5 +288,5 @@ AVCodec ff_brender_pix_decoder = {
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_BRENDER_PIX,
.decode = pix_decode_frame,
- .capabilities = CODEC_CAP_DR1,
+ .capabilities = AV_CODEC_CAP_DR1,
};
OpenPOWER on IntegriCloud