Commit 506975c1 authored by mstorsjo's avatar mstorsjo

Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_

This was accidentally overwritten in the recent merge of the theora/vorbis codepaths


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22774 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 71a4b0ee
...@@ -390,7 +390,7 @@ RTPDynamicProtocolHandler ff_theora_dynamic_handler = { ...@@ -390,7 +390,7 @@ RTPDynamicProtocolHandler ff_theora_dynamic_handler = {
RTPDynamicProtocolHandler ff_vorbis_dynamic_handler = { RTPDynamicProtocolHandler ff_vorbis_dynamic_handler = {
.enc_name = "vorbis", .enc_name = "vorbis",
.codec_type = CODEC_TYPE_AUDIO, .codec_type = AVMEDIA_TYPE_AUDIO,
.codec_id = CODEC_ID_VORBIS, .codec_id = CODEC_ID_VORBIS,
.parse_sdp_a_line = xiph_parse_sdp_line, .parse_sdp_a_line = xiph_parse_sdp_line,
.open = xiph_new_context, .open = xiph_new_context,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment