diff options
Diffstat (limited to 'libavcodec/cinepak.c')
-rw-r--r-- | libavcodec/cinepak.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cinepak.c b/libavcodec/cinepak.c index 8e7aa5aa99..52fde64813 100644 --- a/libavcodec/cinepak.c +++ b/libavcodec/cinepak.c @@ -455,7 +455,7 @@ static av_cold int cinepak_decode_end(AVCodecContext *avctx) return 0; } -AVCodec cinepak_decoder = { +AVCodec ff_cinepak_decoder = { "cinepak", AVMEDIA_TYPE_VIDEO, CODEC_ID_CINEPAK, |