[xiph-commits] r18139 - trunk/ffmpeg2theora/src

j at svn.xiph.org j at svn.xiph.org
Wed Nov 30 10:43:56 PST 2011


Author: j
Date: 2011-11-30 10:43:56 -0800 (Wed, 30 Nov 2011)
New Revision: 18139

Modified:
   trunk/ffmpeg2theora/src/ffmpeg2theora.c
Log:
fix twopass encoding

Modified: trunk/ffmpeg2theora/src/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/src/ffmpeg2theora.c	2011-11-27 16:19:00 UTC (rev 18138)
+++ trunk/ffmpeg2theora/src/ffmpeg2theora.c	2011-11-30 18:43:56 UTC (rev 18139)
@@ -1786,6 +1786,7 @@
     /* clear out state */
     if (info.passno != 1)
       free_subtitles(this);
+    this->context = NULL;
     if (info.twopass != 3) {
         av_free(this);
     }



More information about the commits mailing list