diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-03 13:34:00 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-04 03:10:12 +0100 |
commit | 4d9c044d47f8961852ae5735e5843a3b8a79a3b1 (patch) | |
tree | aeae329c0ac3cec51480e0a1e29475d0338d957c /libavcodec/lagarith.c | |
parent | a991b8dec654ad09a35494e0cabbbc157bb04dab (diff) | |
download | ffmpeg-4d9c044d47f8961852ae5735e5843a3b8a79a3b1.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>
(cherry picked from commit b2ed95ec48aceb21a9bb47af85d259ee52b8b7ea)
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, |