From 32b9092155d214367996b88bc7d415bc8621cabf Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 1 Aug 2002 23:23:48 +0000 Subject: [PATCH] =?UTF-8?q?10l=20found=20by=20R=C3=A9mi=20Guyomarch=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 834 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h263dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index ee282efd41..0d83a5633f 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -158,7 +158,7 @@ uint64_t time= rdtsc(); { static FILE *f=NULL; if(!f) f=fopen("rate_qp_cplx.txt", "w"); - fprintf(f, "%d %d %f\n", buf_size, s->qscale, buf_size/(double)s->qscale); + fprintf(f, "%d %d %f\n", buf_size, s->qscale, buf_size*(double)s->qscale); } #endif