[xiph-commits] r15455 - trunk/oggdsf/src/lib/codecs/theora/filters/dsfTheoraEncoder
cristianadam at svn.xiph.org
cristianadam at svn.xiph.org
Sat Oct 25 15:49:30 PDT 2008
Author: cristianadam
Date: 2008-10-25 15:49:30 -0700 (Sat, 25 Oct 2008)
New Revision: 15455
Modified:
trunk/oggdsf/src/lib/codecs/theora/filters/dsfTheoraEncoder/TheoraEncodeInputPin.cpp
Log:
Quick mode enabled by default.
Modified: trunk/oggdsf/src/lib/codecs/theora/filters/dsfTheoraEncoder/TheoraEncodeInputPin.cpp
===================================================================
--- trunk/oggdsf/src/lib/codecs/theora/filters/dsfTheoraEncoder/TheoraEncodeInputPin.cpp 2008-10-25 15:25:54 UTC (rev 15454)
+++ trunk/oggdsf/src/lib/codecs/theora/filters/dsfTheoraEncoder/TheoraEncodeInputPin.cpp 2008-10-25 22:49:30 UTC (rev 15455)
@@ -1351,7 +1351,7 @@
mTheoraInfo.quality=30; //video_q;
mTheoraInfo.dropframes_p=0;
- mTheoraInfo.quick_p=0;
+ mTheoraInfo.quick_p=1;
mTheoraInfo.keyframe_auto_p=1;
mTheoraInfo.keyframe_frequency=64; //If you change this... change the logged value below
mTheoraInfo.keyframe_frequency_force=64; //ditto
More information about the commits
mailing list