Re: [ogg-dev] liboggplay, liboggz, libfishsound migrated to git.xiph.org

"[email protected]" <[email protected]>
Newsgroups gmane.comp.multimedia.ogg.theora.devel,gmane.comp.multimedia.ogg.devel,gmane.comp.multimedia.ogg.vorbis.devel,gmane.comp.video.schroedinger.devel,gmane.comp.audio.compression.speex.devel
Message-ID <[email protected]>
Just cloned, and already two patches :)

_______________________________________________
theora-dev mailing list
[email protected]
http://lists.xiph.org/mailman/listinfo/theora-dev
0001-this-doesn-t-return-anything-at-all-and-whatever-it.patch (application/octet-stream, 793 B)
From 756b3bb962fa7aeab6617656ea31b864417d8dae Mon Sep 17 00:00:00 2001
From: ogg.k.ogg.k <[email protected]>
Date: Fri, 3 Apr 2009 19:31:45 +0100
Subject: [PATCH 1/2] this doesn't return anything at all, and whatever it might return
  isn't checked, so it might as well be void

---
 src/tools/oggz-validate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tools/oggz-validate.c b/src/tools/oggz-validate.c
index 492f523..70c3f81 100644
--- a/src/tools/oggz-validate.c
+++ b/src/tools/oggz-validate.c
@@ -195,7 +195,7 @@ gp_to_time (OGGZ * oggz, long serialno, ogg_int64_t granulepos)
   return (timestamp_t)((double)(SUBSECONDS * granule * gr_d) / (double)gr_n);
 }
 
-static int
+static void
 ovdata_init (OVData * ovdata)
 {
   int flags;
-- 
1.6.1
0002-fix-stray-semicolon.patch (application/octet-stream, 740 B)
From 45e23b974a2816b5350ad19a958e3108cfe95fdb Mon Sep 17 00:00:00 2001
From: ogg.k.ogg.k <[email protected]>
Date: Fri, 3 Apr 2009 19:32:24 +0100
Subject: [PATCH 2/2] fix stray semicolon

---
 src/tools/oggz-info.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tools/oggz-info.c b/src/tools/oggz-info.c
index f208de8..0dbbb2f 100644
--- a/src/tools/oggz-info.c
+++ b/src/tools/oggz-info.c
@@ -348,7 +348,7 @@ oit_print (OI_Info * info, OI_TrackInfo * oit, long serialno)
     ot_fishead_print(oit);
   }
   if (show_extra_skeleton_info && oit->has_fisbone) {
-    if (ot_fisbone_print(info, oit) == OIT_OOM);
+    if (ot_fisbone_print(info, oit) == OIT_OOM)
       return OIT_OOM;
   }
 
-- 
1.6.1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.