[xiph-commits] r14271 - experimental/ribamar/etheora/src

ribamar at svn.xiph.org ribamar at svn.xiph.org
Tue Dec 4 21:32:02 PST 2007


Author: ribamar
Date: 2007-12-04 21:32:02 -0800 (Tue, 04 Dec 2007)
New Revision: 14271

Modified:
   experimental/ribamar/etheora/src/etheora.c
Log:
theora_info_clear shouldn't be called at _enc_finish

Modified: experimental/ribamar/etheora/src/etheora.c
===================================================================
--- experimental/ribamar/etheora/src/etheora.c	2007-12-05 00:52:39 UTC (rev 14270)
+++ experimental/ribamar/etheora/src/etheora.c	2007-12-05 05:32:02 UTC (rev 14271)
@@ -1640,7 +1640,6 @@
 		return ETHEORA_ERR_WRITE_FAILED; 
 	etheora_flushpage(&ec->ess.streams[0], &page,	
 			ec->fogg, ec->finfo); 
-	theora_info_clear(&ec->ti); 
 	theora_comment_clear(&ec->tc); 
 	theora_clear(&ec->ts); 
 	etheora_freeyuv(&ec->yuv); 
@@ -1721,6 +1720,7 @@
         if(etheora_decode_init(&ec->ts, &ec->ti))
 		return ETHEORA_ERR_CANT_START; 
 
+
 	return 0; 
 }
 



More information about the commits mailing list