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

Originally committed as revision 834 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 23 years ago
parent d80e2fa24f
commit 32b9092155
  1. 2
      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

Loading…
Cancel
Save