diff options
Diffstat (limited to 'libavcodec/wnv1.c')
-rw-r--r-- | libavcodec/wnv1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wnv1.c b/libavcodec/wnv1.c index f537aee3af..7d325578af 100644 --- a/libavcodec/wnv1.c +++ b/libavcodec/wnv1.c @@ -156,7 +156,7 @@ static av_cold int decode_end(AVCodecContext *avctx){ AVCodec wnv1_decoder = { "wnv1", - CODEC_TYPE_VIDEO, + AVMEDIA_TYPE_VIDEO, CODEC_ID_WNV1, sizeof(WNV1Context), decode_init, |