diff options
Diffstat (limited to 'libavcodec/cdgraphics.c')
-rw-r--r-- | libavcodec/cdgraphics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cdgraphics.c b/libavcodec/cdgraphics.c index 8afbb27aad..68f556b3f3 100644 --- a/libavcodec/cdgraphics.c +++ b/libavcodec/cdgraphics.c @@ -367,7 +367,7 @@ static av_cold int cdg_decode_end(AVCodecContext *avctx) return 0; } -AVCodec cdgraphics_decoder = { +AVCodec ff_cdgraphics_decoder = { "cdgraphics", AVMEDIA_TYPE_VIDEO, CODEC_ID_CDGRAPHICS, |