]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dpx.c
Merge commit '515b69f8f8e9a24cfaee95d8c1f63f265d8582fe'
[ffmpeg] / libavcodec / dpx.c
index 66d84289517417c1a03343b803901a1957f6af63..15c939fcada110bfbf98cc1dca88919765ce768e 100644 (file)
@@ -392,5 +392,5 @@ AVCodec ff_dpx_decoder = {
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_DPX,
     .decode         = decode_frame,
-    .capabilities   = CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1,
 };