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:
parent
d80e2fa24f
commit
32b9092155
@ -158,7 +158,7 @@ uint64_t time= rdtsc();
|
|||||||
{
|
{
|
||||||
static FILE *f=NULL;
|
static FILE *f=NULL;
|
||||||
if(!f) f=fopen("rate_qp_cplx.txt", "w");
|
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
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user