From b2ed95ec48aceb21a9bb47af85d259ee52b8b7ea Mon Sep 17 00:00:00 2001
From: Anton Khirnov <anton@khirnov.net>
Date: Thu, 3 Feb 2011 13:34:00 +0000
Subject: Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*

Tested to compile with lavc major bump.

Signed-off-by: Mans Rullgard <mans@mansr.com>
---
 libavcodec/lagarith.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'libavcodec/lagarith.c')

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,
-- 
cgit v1.2.3