diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-03 13:34:00 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-02-03 13:37:09 +0000 |
commit | b2ed95ec48aceb21a9bb47af85d259ee52b8b7ea (patch) | |
tree | 7ade83a79c7c9c7fc5d71b2b6f72f8b0ef86b2e0 /libavcodec/lagarith.c | |
parent | 1f56f5ed6d68f6492e213944e145e04e4d4dca13 (diff) | |
download | ffmpeg-b2ed95ec48aceb21a9bb47af85d259ee52b8b7ea.tar.gz |
Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*
Tested to compile with lavc major bump.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/lagarith.c')
-rw-r--r-- | libavcodec/lagarith.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/lagarith.c b/libavcodec/lagarith.c index 89580dc159..d53cd05c6b 100644 --- a/libavcodec/lagarith.c +++ b/libavcodec/lagarith.c @@ -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, |