[xiph-commits] r8651 - trunk/oggdsf/src/lib/codecs/theora/libs/libOOTheora

illiminable at motherfish-iii.xiph.org illiminable at motherfish-iii.xiph.org
Fri Jan 7 05:43:06 PST 2005


Author: illiminable
Date: 2005-01-07 05:43:05 -0800 (Fri, 07 Jan 2005)
New Revision: 8651

Modified:
   trunk/oggdsf/src/lib/codecs/theora/libs/libOOTheora/TheoraEncoder.cpp
Log:
* libOOTheora down to zero warnings !

Modified: trunk/oggdsf/src/lib/codecs/theora/libs/libOOTheora/TheoraEncoder.cpp
===================================================================
--- trunk/oggdsf/src/lib/codecs/theora/libs/libOOTheora/TheoraEncoder.cpp	2005-01-07 13:40:55 UTC (rev 8650)
+++ trunk/oggdsf/src/lib/codecs/theora/libs/libOOTheora/TheoraEncoder.cpp	2005-01-07 13:43:05 UTC (rev 8651)
@@ -96,7 +96,7 @@
 }
 StampedOggPacket* TheoraEncoder::encodeTheora(yuv_buffer* inYUVBuffer) {
 	const int NOT_LAST_FRAME = 0;
-	const int IS_LAST_FRAME = 1;
+	//const int IS_LAST_FRAME = 1;
 	int retVal = 0;
 
 	ogg_packet locOldOggPacket;



More information about the commits mailing list