]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/txd.c
Merge commit '0c00fd80ee4791bd70b634084307fc9f179e0412'
[ffmpeg] / libavcodec / txd.c
index f931c7139086fcc408df3b536b89000257ae66ba..523e1e62ad5357265c4c090407a18991f218a50c 100644 (file)
@@ -164,7 +164,7 @@ static av_cold int txd_end(AVCodecContext *avctx) {
 AVCodec ff_txd_decoder = {
     .name           = "txd",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_TXD,
+    .id             = AV_CODEC_ID_TXD,
     .priv_data_size = sizeof(TXDContext),
     .init           = txd_init,
     .close          = txd_end,