[xiph-commits] r14254 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Sat Dec 1 01:23:05 PST 2007


Author: j
Date: 2007-12-01 01:23:04 -0800 (Sat, 01 Dec 2007)
New Revision: 14254

Modified:
   trunk/ffmpeg2theora/ffmpeg2theora.c
Log:
remove default pp from preset, looks like this degrades image quality to much for some files

Modified: trunk/ffmpeg2theora/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.c	2007-11-30 16:48:45 UTC (rev 14253)
+++ trunk/ffmpeg2theora/ffmpeg2theora.c	2007-12-01 09:23:04 UTC (rev 14254)
@@ -1418,7 +1418,6 @@
                     convert->audio_quality = 3.00;
                     convert->sharpness = 2;
                     info.speed_level = 0;
-                    snprintf(convert->pp_mode,sizeof(convert->pp_mode),"de,tn");
                 }
                 else{
                     fprintf(stderr,"\nUnknown preset.\n\n");



More information about the commits mailing list