diff dvbsubdec.c @ 11560:8a4984c5cacc libavcodec

Define AVMediaType enum, and use it instead of enum CodecType, which is deprecated and will be dropped at the next major bump.
author stefano
date Tue, 30 Mar 2010 23:30:55 +0000
parents 8ac9bc10b485
children c591e96c03ab
line wrap: on
line diff
--- a/dvbsubdec.c	Tue Mar 30 22:09:14 2010 +0000
+++ b/dvbsubdec.c	Tue Mar 30 23:30:55 2010 +0000
@@ -1413,7 +1413,7 @@
 
 AVCodec dvbsub_decoder = {
     "dvbsub",
-    CODEC_TYPE_SUBTITLE,
+    AVMEDIA_TYPE_SUBTITLE,
     CODEC_ID_DVB_SUBTITLE,
     sizeof(DVBSubContext),
     dvbsub_init_decoder,