]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vda_h264.c
g723_1dec: remove unneeded cliping that leaked in from merge from libav
[ffmpeg] / libavcodec / vda_h264.c
index 254268f558011e5505b108dc0e219421adfbc803..a4a4c903fda8cdeb207bb45a96bd8d98a709d29b 100644 (file)
@@ -84,7 +84,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,