]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rawdec.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / rawdec.c
index a9884e6fe97f3346e958db3b4b6cf55e62cbfaf4..e8a6a3bcb431c9388dffd5ca63739eac0f2877e1 100644 (file)
@@ -210,7 +210,7 @@ static av_cold int raw_close_decoder(AVCodecContext *avctx)
 AVCodec ff_rawvideo_decoder = {
     .name           = "rawvideo",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_RAWVIDEO,
+    .id             = AV_CODEC_ID_RAWVIDEO,
     .priv_data_size = sizeof(RawVideoContext),
     .init           = raw_init_decoder,
     .close          = raw_close_decoder,