]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/xwddec.c
x86: avcodec: Appropriately name files containing only init functions
[ffmpeg] / libavcodec / xwddec.c
index 2879358aa4807faba9d8001560ef9bc09fae102b..bb38a1ebacd32cb10520f007679ad3b41f59de59 100644 (file)
@@ -260,7 +260,7 @@ static av_cold int xwd_decode_close(AVCodecContext *avctx)
 AVCodec ff_xwd_decoder = {
     .name           = "xwd",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_XWD,
+    .id             = AV_CODEC_ID_XWD,
     .init           = xwd_decode_init,
     .close          = xwd_decode_close,
     .decode         = xwd_decode_frame,