Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the
corresponding AVMEDIA_TYPE_* symbols. Originally committed as revision 25201 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -129,7 +129,7 @@ static void svq3_extradata_free(PayloadContext *sv)
|
||||
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user