summaryrefslogtreecommitdiff
path: root/libavcodec/xan.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/xan.c')
-rw-r--r--libavcodec/xan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/xan.c b/libavcodec/xan.c
index fbd383f39b..0ae84a6903 100644
--- a/libavcodec/xan.c
+++ b/libavcodec/xan.c
@@ -564,7 +564,7 @@ static av_cold int xan_decode_end(AVCodecContext *avctx)
return 0;
}
-AVCodec xan_wc3_decoder = {
+AVCodec ff_xan_wc3_decoder = {
"xan_wc3",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_XAN_WC3,
@@ -578,7 +578,7 @@ AVCodec xan_wc3_decoder = {
};
/*
-AVCodec xan_wc4_decoder = {
+AVCodec ff_xan_wc4_decoder = {
"xan_wc4",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_XAN_WC4,