summaryrefslogtreecommitdiff
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 25aebed7d7..a4b4c874c4 100644
--- a/libavcodec/brenderpix.c
+++ b/libavcodec/brenderpix.c
@@ -290,5 +290,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,
};