]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec_xiph.c
Added M701 codec_tag for mpeg2video
[ffmpeg] / libavformat / rtpdec_xiph.c
index 1c6eef7d9e349c88077f378bf92953bd42d3def5..9a1f33d5315ca7274b35f28f1f3ca7827092b1ab 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 /**
- * @file libavformat/rtpdec_xiph.c
+ * @file
  * @brief Xiph / RTP Code
  * @author Colin McQuillan <m.niloc@gmail.com>
  * @author Josh Allmann <joshua.allmann@gmail.com>
@@ -351,7 +351,6 @@ static int xiph_parse_sdp_line(AVFormatContext *s, int st_index,
     int value_size = strlen(line), attr_size = sizeof(attr), res = 0;
     AVCodecContext* codec = s->streams[st_index]->codec;
 
-    assert(codec->id == CODEC_ID_THEORA);
     assert(data);
 
     if (!(value = av_malloc(value_size))) {