]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dpcm.c
lavc: AV-prefix all codec capabilities
[ffmpeg] / libavcodec / dpcm.c
index 5ab2331601df571f4d0550c865caadbce1a0973f..b9f5b93ebcb94a2a21d54a1b6ffd097c5ae46dd5 100644 (file)
@@ -333,7 +333,7 @@ AVCodec ff_ ## name_ ## _decoder = {                        \
     .priv_data_size = sizeof(DPCMContext),                  \
     .init           = dpcm_decode_init,                     \
     .decode         = dpcm_decode_frame,                    \
-    .capabilities   = CODEC_CAP_DR1,                        \
+    .capabilities   = AV_CODEC_CAP_DR1,                     \
 }
 
 DPCM_DECODER(AV_CODEC_ID_INTERPLAY_DPCM, interplay_dpcm, "DPCM Interplay");