]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vda_h264.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / vda_h264.c
index b50a4c99a4fc80994665d68cbf981f6f29d237e4..eb7e5c7dc3c7d6a9c07c7492919c7fc5faf3f6eb 100644 (file)
@@ -100,7 +100,7 @@ static int end_frame(AVCodecContext *avctx)
 AVHWAccel ff_h264_vda_hwaccel = {
     .name           = "h264_vda",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_H264,
+    .id             = AV_CODEC_ID_H264,
     .pix_fmt        = PIX_FMT_VDA_VLD,
     .start_frame    = start_frame,
     .decode_slice   = decode_slice,