]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ptx.c
lavc: Remove deprecated XvMC support hacks
[ffmpeg] / libavcodec / ptx.c
index 76fff26bb6274420cc23c1eb7ecd9704183ca843..312850c2462498fdc57d50f16a8d362c1d39f741 100644 (file)
@@ -96,5 +96,5 @@ AVCodec ff_ptx_decoder = {
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_PTX,
     .decode         = ptx_decode_frame,
-    .capabilities   = CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1,
 };