mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
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;
|
||||
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…
Reference in New Issue
Block a user