Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*
Tested to compile with lavc major bump. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:

committed by
Mans Rullgard

parent
1f56f5ed6d
commit
b2ed95ec48
@@ -510,7 +510,7 @@ static av_cold int lag_decode_end(AVCodecContext *avctx)
|
||||
|
||||
AVCodec ff_lagarith_decoder = {
|
||||
"lagarith",
|
||||
CODEC_TYPE_VIDEO,
|
||||
AVMEDIA_TYPE_VIDEO,
|
||||
CODEC_ID_LAGARITH,
|
||||
sizeof(LagarithContext),
|
||||
lag_decode_init,
|
||||
|
Reference in New Issue
Block a user