10l found by Rémi Guyomarch <rguyom at pobox dot com>

Originally committed as revision 834 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2002-08-01 23:23:48 +00:00
parent d80e2fa24f
commit 32b9092155

View File

@ -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