diff options
Diffstat (limited to 'libavcodec/aasc.c')
-rw-r--r-- | libavcodec/aasc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aasc.c b/libavcodec/aasc.c index 46f64f7e9e..c5e8fd0894 100644 --- a/libavcodec/aasc.c +++ b/libavcodec/aasc.c @@ -111,7 +111,7 @@ static av_cold int aasc_decode_end(AVCodecContext *avctx) AVCodec aasc_decoder = { "aasc", - CODEC_TYPE_VIDEO, + AVMEDIA_TYPE_VIDEO, CODEC_ID_AASC, sizeof(AascContext), aasc_decode_init, |