diff sipr.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 c2e19a511e26
children 26aabf52f578
line wrap: on
line diff
--- a/sipr.c	Tue Mar 30 22:09:14 2010 +0000
+++ b/sipr.c	Tue Mar 30 23:30:55 2010 +0000
@@ -579,7 +579,7 @@
 
 AVCodec sipr_decoder = {
     "sipr",
-    CODEC_TYPE_AUDIO,
+    AVMEDIA_TYPE_AUDIO,
     CODEC_ID_SIPR,
     sizeof(SiprContext),
     sipr_decoder_init,