]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libschroedingerdec.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / libschroedingerdec.c
index 77f42899c1db96cf0b6925033318e402ebf730bb..7d942e77d080842516e6ab02a770de26910f97be 100644 (file)
@@ -385,7 +385,7 @@ static void libschroedinger_flush(AVCodecContext *avccontext)
 AVCodec ff_libschroedinger_decoder = {
     .name           = "libschroedinger",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_DIRAC,
+    .id             = AV_CODEC_ID_DIRAC,
     .priv_data_size = sizeof(SchroDecoderParams),
     .init           = libschroedinger_decode_init,
     .close          = libschroedinger_decode_close,