[xiph-commits] r15043 - in trunk/xiph-qt: . OggImport/src

arek at svn.xiph.org arek at svn.xiph.org
Mon Jun 16 16:34:27 PDT 2008


Author: arek
Date: 2008-06-16 16:34:26 -0700 (Mon, 16 Jun 2008)
New Revision: 15043

Modified:
   trunk/xiph-qt/ChangeLog
   trunk/xiph-qt/OggImport/src/stream_theora.c
Log:
	* OggImport/src/stream_theora.c: Don't feed ogg pages when not going
	to extract packets! Fixes #1379.



Modified: trunk/xiph-qt/ChangeLog
===================================================================
--- trunk/xiph-qt/ChangeLog	2008-06-16 10:19:24 UTC (rev 15042)
+++ trunk/xiph-qt/ChangeLog	2008-06-16 23:34:26 UTC (rev 15043)
@@ -1,3 +1,8 @@
+2008-06-17  Arek Korbik  <arkadini at gmail.com>
+
+	* OggImport/src/stream_theora.c: Don't feed ogg pages when not going
+	to extract packets! Fixes #1379.
+
 2008-05-11  Arek Korbik  <arkadini at gmail.com>
 
 	* Theora/src/TheoraDecoder.c: Rename ystride -> stride in theora

Modified: trunk/xiph-qt/OggImport/src/stream_theora.c
===================================================================
--- trunk/xiph-qt/OggImport/src/stream_theora.c	2008-06-16 10:19:24 UTC (rev 15042)
+++ trunk/xiph-qt/OggImport/src/stream_theora.c	2008-06-16 23:34:26 UTC (rev 15043)
@@ -283,7 +283,6 @@
     switch(si->si_theora.state) {
     case kTStateReadingComments:
     case kTStateReadingCodebooks:
-    case kTStateReadingPackets:
         ogg_stream_pagein(&si->os, opg);
         break;
     default:



More information about the commits mailing list