]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wmaprodec.c
x86: avcodec: Appropriately name files containing only init functions
[ffmpeg] / libavcodec / wmaprodec.c
index 699c1b7503f880ecc0e1447489ea6c1c2308c925..60d39be74e2578ebe28f784343a2991f353bd290 100644 (file)
@@ -1623,7 +1623,7 @@ static void flush(AVCodecContext *avctx)
 AVCodec ff_wmapro_decoder = {
     .name           = "wmapro",
     .type           = AVMEDIA_TYPE_AUDIO,
-    .id             = CODEC_ID_WMAPRO,
+    .id             = AV_CODEC_ID_WMAPRO,
     .priv_data_size = sizeof(WMAProDecodeCtx),
     .init           = decode_init,
     .close          = decode_end,