diff options
Diffstat (limited to 'libavcodec/sunrast.c')
-rw-r--r-- | libavcodec/sunrast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sunrast.c b/libavcodec/sunrast.c index e5e0f73cb8..456ab85a88 100644 --- a/libavcodec/sunrast.c +++ b/libavcodec/sunrast.c @@ -185,7 +185,7 @@ static av_cold int sunrast_end(AVCodecContext *avctx) { AVCodec sunrast_decoder = { "sunrast", - CODEC_TYPE_VIDEO, + AVMEDIA_TYPE_VIDEO, CODEC_ID_SUNRAST, sizeof(SUNRASTContext), sunrast_init, |