]> git.sesse.net Git - ffmpeg/commitdiff
Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for merging
authorJosh Allmann <joshua.allmann@gmail.com>
Thu, 1 Apr 2010 21:40:56 +0000 (21:40 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Thu, 1 Apr 2010 21:40:56 +0000 (21:40 +0000)
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

libavformat/Makefile
libavformat/rtpdec.c
libavformat/rtpdec_xiph.c [moved from libavformat/rtpdec_theora.c with 99% similarity]
libavformat/rtpdec_xiph.h [moved from libavformat/rtpdec_theora.h with 100% similarity]

index bcdf3f5c8ba0266401e91266c890f4f7cb58d80b..538883d75b96117c5cd1f2f3be10feb9ba421298 100644 (file)
@@ -225,8 +225,8 @@ OBJS-$(CONFIG_SDP_DEMUXER)               += rtsp.o        \
                                             rtpdec_asf.o  \
                                             rtpdec_h263.o \
                                             rtpdec_h264.o \
-                                            rtpdec_theora.o \
-                                            rtpdec_vorbis.o
+                                            rtpdec_vorbis.o \
+                                            rtpdec_xiph.o
 OBJS-$(CONFIG_SEGAFILM_DEMUXER)          += segafilm.o
 OBJS-$(CONFIG_SHORTEN_DEMUXER)           += raw.o id3v2.o
 OBJS-$(CONFIG_SIFF_DEMUXER)              += siff.o
index e329ad291d5d3a3ad963552534486387404f8f5a..01822a8b4de73680bac3f0f9bd9e49099bc3395e 100644 (file)
@@ -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
 
similarity index 99%
rename from libavformat/rtpdec_theora.c
rename to libavformat/rtpdec_xiph.c
index 56a59e4e16cede6284f6be7aecb8bfd8ca52e11b..11d3c92abfdb5ed95079ec14edc190bf190e3717 100644 (file)
@@ -32,7 +32,7 @@
 #include <assert.h>
 
 #include "rtpdec.h"
-#include "rtpdec_theora.h"
+#include "rtpdec_xiph.h"
 
 /**
  * RTP/Theora specific private data.