summaryrefslogtreecommitdiff
path: root/libavcodec/lagarith.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/lagarith.c')
-rw-r--r--libavcodec/lagarith.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/lagarith.c b/libavcodec/lagarith.c
index 1bf61bd23d..89580dc159 100644
--- a/libavcodec/lagarith.c
+++ b/libavcodec/lagarith.c
@@ -508,7 +508,7 @@ static av_cold int lag_decode_end(AVCodecContext *avctx)
return 0;
}
-AVCodec lagarith_decoder = {
+AVCodec ff_lagarith_decoder = {
"lagarith",
CODEC_TYPE_VIDEO,
CODEC_ID_LAGARITH,