]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wnv1.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / wnv1.c
index b57c215e8ec860f321c504695375f49e52f29470..5b0811d1962973a3aea987a2019c013a901a6890 100644 (file)
@@ -159,7 +159,7 @@ static av_cold int decode_end(AVCodecContext *avctx){
 AVCodec ff_wnv1_decoder = {
     .name           = "wnv1",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_WNV1,
+    .id             = AV_CODEC_ID_WNV1,
     .priv_data_size = sizeof(WNV1Context),
     .init           = decode_init,
     .close          = decode_end,