[FFmpeg-cvslog] r9040 - trunk/libavcodec/flashsvenc.c

banan subversion
Thu May 17 09:47:02 CEST 2007


Author: banan
Date: Thu May 17 09:47:02 2007
New Revision: 9040

Log:
Change default 1 pass blocksize to 64x64.


Modified:
   trunk/libavcodec/flashsvenc.c

Modified: trunk/libavcodec/flashsvenc.c
==============================================================================
--- trunk/libavcodec/flashsvenc.c	(original)
+++ trunk/libavcodec/flashsvenc.c	Thu May 17 09:47:02 2007
@@ -295,8 +295,8 @@ static int flashsv_encode_frame(AVCodecC
         av_log(avctx, AV_LOG_ERROR, "buf_size %d < res %d\n", buf_size, res);
 
 #else
-    opt_w=1;
-    opt_h=1;
+    opt_w=4;
+    opt_h=4;
 
     if (buf_size < s->image_width*s->image_height*3) {
         //Conservative upper bound check for compressed data




More information about the ffmpeg-cvslog mailing list