diff options
Diffstat (limited to 'lib/ffmpeg/libavcodec/aasc.c')
-rw-r--r-- | lib/ffmpeg/libavcodec/aasc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ffmpeg/libavcodec/aasc.c b/lib/ffmpeg/libavcodec/aasc.c index 82bd2bfd3d..44bdcb0b63 100644 --- a/lib/ffmpeg/libavcodec/aasc.c +++ b/lib/ffmpeg/libavcodec/aasc.c @@ -109,7 +109,7 @@ static av_cold int aasc_decode_end(AVCodecContext *avctx) return 0; } -AVCodec aasc_decoder = { +AVCodec ff_aasc_decoder = { "aasc", AVMEDIA_TYPE_VIDEO, CODEC_ID_AASC, |