diff rtpdec.c @ 5918:e3b4d7181606 libavformat

Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for merging the Vorbis / theora depacketizers. Patch by Josh Allmann <joshua DOT allmann AT gmail DOT com>.
author rbultje
date Thu, 01 Apr 2010 21:40:56 +0000
parents 536e5527c1e0
children 3671d661f4b5
line wrap: on
line diff
--- a/rtpdec.c	Thu Apr 01 12:09:33 2010 +0000
+++ b/rtpdec.c	Thu Apr 01 21:40:56 2010 +0000
@@ -34,8 +34,7 @@
 #include "rtpdec_asf.h"
 #include "rtpdec_h263.h"
 #include "rtpdec_h264.h"
-#include "rtpdec_vorbis.h"
-#include "rtpdec_theora.h"
+#include "rtpdec_xiph.h"
 
 //#define DEBUG