# HG changeset patch # User mstorsjo # Date 1270207982 0 # Node ID 1141ba6decd26c8403b73c06f69f29656e734ae4 # Parent f8d4cc91c798b8ce57db7aa79e2ca7088275a32c Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_ This was accidentally overwritten in the recent merge of the theora/vorbis codepaths diff -r f8d4cc91c798 -r 1141ba6decd2 rtpdec_xiph.c --- a/rtpdec_xiph.c Thu Apr 01 21:43:22 2010 +0000 +++ b/rtpdec_xiph.c Fri Apr 02 11:33:02 2010 +0000 @@ -390,7 +390,7 @@ RTPDynamicProtocolHandler ff_vorbis_dynamic_handler = { .enc_name = "vorbis", - .codec_type = CODEC_TYPE_AUDIO, + .codec_type = AVMEDIA_TYPE_AUDIO, .codec_id = CODEC_ID_VORBIS, .parse_sdp_a_line = xiph_parse_sdp_line, .open = xiph_new_context,