changeset 5922:1141ba6decd2 libavformat

Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_ This was accidentally overwritten in the recent merge of the theora/vorbis codepaths
author mstorsjo
date Fri, 02 Apr 2010 11:33:02 +0000
parents f8d4cc91c798
children b26e694441e1
files rtpdec_xiph.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,