comparison 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
comparison
equal deleted inserted replaced
6483:ac299df18642 6484:29e95ae56fa9
127 av_free(sv); 127 av_free(sv);
128 } 128 }
129 129
130 RTPDynamicProtocolHandler ff_svq3_dynamic_handler = { 130 RTPDynamicProtocolHandler ff_svq3_dynamic_handler = {
131 "X-SV3V-ES", 131 "X-SV3V-ES",
132 CODEC_TYPE_VIDEO, 132 AVMEDIA_TYPE_VIDEO,
133 CODEC_ID_NONE, // see if (config_packet) above 133 CODEC_ID_NONE, // see if (config_packet) above
134 NULL, // parse sdp line 134 NULL, // parse sdp line
135 svq3_extradata_new, 135 svq3_extradata_new,
136 svq3_extradata_free, 136 svq3_extradata_free,
137 svq3_parse_packet, 137 svq3_parse_packet,