diff options
Diffstat (limited to 'libavcodec/loco.c')
-rw-r--r-- | libavcodec/loco.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/loco.c b/libavcodec/loco.c index d19a80cf34..48fa829914 100644 --- a/libavcodec/loco.c +++ b/libavcodec/loco.c @@ -285,7 +285,7 @@ static av_cold int decode_end(AVCodecContext *avctx){ return 0; } -AVCodec loco_decoder = { +AVCodec ff_loco_decoder = { "loco", AVMEDIA_TYPE_VIDEO, CODEC_ID_LOCO, |