diff options
Diffstat (limited to 'libavcodec/indeo2.c')
-rw-r--r-- | libavcodec/indeo2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/indeo2.c b/libavcodec/indeo2.c index a3d6c80081..68c6246f89 100644 --- a/libavcodec/indeo2.c +++ b/libavcodec/indeo2.c @@ -224,7 +224,7 @@ static av_cold int ir2_decode_end(AVCodecContext *avctx){ return 0; } -AVCodec indeo2_decoder = { +AVCodec ff_indeo2_decoder = { "indeo2", AVMEDIA_TYPE_VIDEO, CODEC_ID_INDEO2, |