]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libvorbis.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / libvorbis.c
index 1d7b7ef49b8edc3db3fee94aed09f615e8bd7e7d..ef87cd77d052f882d19346adb47c36a143f501a7 100644 (file)
@@ -351,7 +351,7 @@ static int oggvorbis_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
 AVCodec ff_libvorbis_encoder = {
     .name           = "libvorbis",
     .type           = AVMEDIA_TYPE_AUDIO,
-    .id             = CODEC_ID_VORBIS,
+    .id             = AV_CODEC_ID_VORBIS,
     .priv_data_size = sizeof(OggVorbisContext),
     .init           = oggvorbis_encode_init,
     .encode2        = oggvorbis_encode_frame,