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
+1 -1
View File
@@ -307,7 +307,7 @@ static void qdm2_extradata_free(PayloadContext *qdm)
RTPDynamicProtocolHandler ff_qdm2_dynamic_handler = {
"X-QDM",
CODEC_TYPE_AUDIO,
AVMEDIA_TYPE_AUDIO,
CODEC_ID_NONE,
NULL,
qdm2_extradata_new,