Commit 3a975962 authored by michaelni's avatar michaelni

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@834 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a3e5ef9c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment