[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec snow.c,1.66,1.67

Michael Niedermayer CVS michael
Mon Dec 19 19:26:19 CET 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv15835

Modified Files:
	snow.c 
Log Message:
10l


Index: snow.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/snow.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- snow.c	17 Dec 2005 18:14:30 -0000	1.66
+++ snow.c	19 Dec 2005 18:26:17 -0000	1.67
@@ -3457,7 +3457,7 @@
         pict->pict_type= s->m.rc_context.entry[avctx->frame_number].new_pict_type;
         s->keyframe= pict->pict_type==FF_I_TYPE;
         s->m.picture_number= avctx->frame_number;
-        pict->quality= ff_rate_estimate_qscale(&s->m);
+        pict->quality= ff_rate_estimate_qscale(&s->m, 0);
     }else{
         s->keyframe= avctx->gop_size==0 || avctx->frame_number % avctx->gop_size == 0;
         pict->pict_type= s->keyframe ? FF_I_TYPE : FF_P_TYPE;





More information about the ffmpeg-cvslog mailing list