Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/xbmdec.c')
-rw-r--r--libavcodec/xbmdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/xbmdec.c b/libavcodec/xbmdec.c
index b3e4cf2f89..626e8de040 100644
--- a/libavcodec/xbmdec.c
+++ b/libavcodec/xbmdec.c
@@ -128,7 +128,7 @@ static av_cold int xbm_decode_close(AVCodecContext *avctx)
AVCodec ff_xbm_decoder = {
.name = "xbm",
.type = AVMEDIA_TYPE_VIDEO,
- .id = CODEC_ID_XBM,
+ .id = AV_CODEC_ID_XBM,
.init = xbm_decode_init,
.close = xbm_decode_close,
.decode = xbm_decode_frame,