]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dpx.c
Merge commit '5e129ed655bff5b6d90355c0b713d7aaba3898ec'
[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,
 };