]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libvpxenc.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / libvpxenc.c
index 7986f6a0e2c3003ebbb5b07ff55252ef94e59f35..74e778068da90616f8ef941e1babe780a1af1fdf 100644 (file)
@@ -568,7 +568,7 @@ static const AVCodecDefault defaults[] = {
 AVCodec ff_libvpx_encoder = {
     .name           = "libvpx",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_VP8,
+    .id             = AV_CODEC_ID_VP8,
     .priv_data_size = sizeof(VP8Context),
     .init           = vp8_init,
     .encode2        = vp8_encode,