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:
Stefano Sabatini
2010-09-25 23:27:16 +00:00
parent 2c1da681b8
commit b9f9e59afc
11 changed files with 12 additions and 12 deletions

View File

@@ -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,