summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_xiph.h
diff options
context:
space:
mode:
authorJosh Allmann <joshua.allmann@gmail.com>2010-04-01 21:41:48 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-04-01 21:41:48 +0000
commit96070b8b5cd1140a9c81b805f8c35937faefc463 (patch)
tree86f241c4079be432c94b6aaef8d43a4ac53fa67e /libavformat/rtpdec_xiph.h
parent06a36faf4c111d621a742eb1116dabc20f5593a8 (diff)
Rename functions / comments from "Theora" to "Xiph" where relevant.
Patch by Josh Allmann <joshua DOT allmann AT gmail DOT com>. Originally committed as revision 22766 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpdec_xiph.h')
-rw-r--r--libavformat/rtpdec_xiph.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavformat/rtpdec_xiph.h b/libavformat/rtpdec_xiph.h
index e94c0f1a8e..a509add3a7 100644
--- a/libavformat/rtpdec_xiph.h
+++ b/libavformat/rtpdec_xiph.h
@@ -1,5 +1,5 @@
/*
- * RTP Theora Protocol.
+ * Xiph RTP Protocols
* Based off RFC 5215 (Vorbis RTP) and the Theora RTP draft.
* Copyright (c) 2010 Josh Allmann
*
@@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef AVFORMAT_RTPDEC_THEORA_H
-#define AVFORMAT_RTPDEC_THEORA_H
+#ifndef AVFORMAT_RTPDEC_XIPH_H
+#define AVFORMAT_RTPDEC_XIPH_H
#include "libavcodec/avcodec.h"
#include "rtpdec.h"
@@ -31,4 +31,4 @@
*/
extern RTPDynamicProtocolHandler ff_theora_dynamic_handler;
-#endif /* AVFORMAT_RTPDEC_THEORA_H */
+#endif /* AVFORMAT_RTPDEC_XIPH_H */