[xiph-cvs] cvs commit: vorbis-tools/ogginfo ogginfo2.c
Ralph Giles
giles at xiph.org
Tue Jul 16 03:48:04 PDT 2002
giles 02/07/16 03:48:03
Modified: ogginfo ogginfo2.c
Log:
Remove incorrect check for third header page-end, triggered by most 1.0 streams with comments.
Revision Changes Path
1.13 +1 -1 vorbis-tools/ogginfo/ogginfo2.c
Index: ogginfo2.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogginfo/ogginfo2.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ogginfo2.c 2002/07/13 10:53:03 1.12
+++ ogginfo2.c 2002/07/16 10:48:03 1.13
@@ -160,7 +160,7 @@
header = 1;
inf->doneheaders++;
if(inf->doneheaders == 3) {
- if(ogg_page_granulepos(page) != 0 || ogg_page_continued(page))
+ if(ogg_page_granulepos(page) != 0)
warn(_("Warning: Vorbis stream %d does not have headers "
"correctly framed. Terminal header page contains "
"additional packets or has non-zero granulepos\n"),
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list