Mercurial > libavcodec.hg
changeset 589:507e688d57b2 libavcodec
10l found by Rmi Guyomarch <rguyom at pobox dot com>
author | michaelni |
---|---|
date | Thu, 01 Aug 2002 23:23:48 +0000 |
parents | 9e271424160f |
children | 3f8824eb4690 |
files | h263dec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/h263dec.c Thu Aug 01 11:01:07 2002 +0000 +++ b/h263dec.c Thu Aug 01 23:23:48 2002 +0000 @@ -158,7 +158,7 @@ { 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