diff rtpdec_svq3.c @ 6484:29e95ae56fa9 libavformat

Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the corresponding AVMEDIA_TYPE_* symbols.
author stefano
date Sat, 25 Sep 2010 23:27:16 +0000
parents 491eea5c52d6
children
line wrap: on
line diff
--- a/rtpdec_svq3.c	Fri Sep 24 18:04:21 2010 +0000
+++ b/rtpdec_svq3.c	Sat Sep 25 23:27:16 2010 +0000
@@ -129,7 +129,7 @@
 
 RTPDynamicProtocolHandler ff_svq3_dynamic_handler = {
     "X-SV3V-ES",
-    CODEC_TYPE_VIDEO,
+    AVMEDIA_TYPE_VIDEO,
     CODEC_ID_NONE,          // see if (config_packet) above
     NULL,                   // parse sdp line
     svq3_extradata_new,