summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec.c
diff options
context:
space:
mode:
authorJosh Allmann <joshua.allmann@gmail.com>2010-04-01 21:40:56 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-04-01 21:40:56 +0000
commit06a36faf4c111d621a742eb1116dabc20f5593a8 (patch)
treee54c53d6a3fd54416e3394a8891e615243de055c /libavformat/rtpdec.c
parentd834d63b0e99b9b088fba06fb2cdf7370d653d78 (diff)
downloadffmpeg-streaming-06a36faf4c111d621a742eb1116dabc20f5593a8.zip
ffmpeg-streaming-06a36faf4c111d621a742eb1116dabc20f5593a8.tar.gz
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>. Originally committed as revision 22765 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpdec.c')
-rw-r--r--libavformat/rtpdec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c
index e329ad2..01822a8 100644
--- a/libavformat/rtpdec.c
+++ b/libavformat/rtpdec.c
@@ -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
OpenPOWER on IntegriCloud