comparison h263dec.c @ 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 86ebb02c6693
children 0018e190cc4c
comparison
equal deleted inserted replaced
588:9e271424160f 589:507e688d57b2
156 avctx->has_b_frames= s->has_b_frames; 156 avctx->has_b_frames= s->has_b_frames;
157 #if 0 // dump bits per frame / qp / complexity 157 #if 0 // dump bits per frame / qp / complexity
158 { 158 {
159 static FILE *f=NULL; 159 static FILE *f=NULL;
160 if(!f) f=fopen("rate_qp_cplx.txt", "w"); 160 if(!f) f=fopen("rate_qp_cplx.txt", "w");
161 fprintf(f, "%d %d %f\n", buf_size, s->qscale, buf_size/(double)s->qscale); 161 fprintf(f, "%d %d %f\n", buf_size, s->qscale, buf_size*(double)s->qscale);
162 } 162 }
163 #endif 163 #endif
164 164
165 /* After H263 & mpeg4 header decode we have the height, width,*/ 165 /* After H263 & mpeg4 header decode we have the height, width,*/
166 /* and other parameters. So then we could init the picture */ 166 /* and other parameters. So then we could init the picture */