[vlc-commits] commit: rtp: fix vorbis header parsing (Pierre Ynard )

git at videolan.org git at videolan.org
Tue Nov 16 05:09:59 CET 2010


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue Nov 16 05:09:42 2010 +0100| [b019abfdb69b798a487f7cde4621639d3e91b79e] | committer: Pierre Ynard 

rtp: fix vorbis header parsing

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

 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 fc54d80..03ef83a 100644
--- a/modules/access/rtp/xiph.c
+++ b/modules/access/rtp/xiph.c
@@ -118,7 +118,7 @@ static ssize_t vorbis_header (void **pextra, const uint8_t *buf, size_t len)
     const void *payloads[3] = {
         buf + 0,
         buf + idlen,
-        buf + cmtlen
+        buf + idlen + cmtlen
     };
     void *extra;
     int  extra_size;



More information about the vlc-commits mailing list