[vlc-commits] commit: rtp input: vorbis payload format is now an RFC (Pierre Ynard )

git at videolan.org git at videolan.org
Sat Nov 13 23:48:14 CET 2010


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Sat Nov 13 23:48:23 2010 +0100| [d1a8c96a9f08ac62facc360398d6bf3a33d2eeff] | committer: Pierre Ynard 

rtp input: vorbis payload format is now an RFC

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d1a8c96a9f08ac62facc360398d6bf3a33d2eeff
---

 modules/access/rtp/xiph.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/access/rtp/xiph.c b/modules/access/rtp/xiph.c
index c99280a..ecae060 100644
--- a/modules/access/rtp/xiph.c
+++ b/modules/access/rtp/xiph.c
@@ -40,7 +40,7 @@
 #include "rtp.h"
 
 /* PT=dynamic
- * vorbis: Xiph Vorbis audio (draft-ietf-avt-rtp-vorbis-09, RFC FIXME)
+ * vorbis: Xiph Vorbis audio (RFC 5215)
  */
 typedef struct rtp_vorbis_t
 {



More information about the vlc-commits mailing list