Mercurial > libavcodec.hg
comparison mpegvideo.c @ 3454:de0ed6497a13 libavcodec
remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway)
| author | michael |
|---|---|
| date | Sun, 09 Jul 2006 10:33:49 +0000 |
| parents | 97af1b315f59 |
| children | 19c437d6aba5 |
comparison
equal
deleted
inserted
replaced
| 3453:e3f5377bddb2 | 3454:de0ed6497a13 |
|---|---|
| 1368 } | 1368 } |
| 1369 | 1369 |
| 1370 int MPV_encode_end(AVCodecContext *avctx) | 1370 int MPV_encode_end(AVCodecContext *avctx) |
| 1371 { | 1371 { |
| 1372 MpegEncContext *s = avctx->priv_data; | 1372 MpegEncContext *s = avctx->priv_data; |
| 1373 | |
| 1374 #ifdef STATS | |
| 1375 print_stats(); | |
| 1376 #endif | |
| 1377 | 1373 |
| 1378 ff_rate_control_uninit(s); | 1374 ff_rate_control_uninit(s); |
| 1379 | 1375 |
| 1380 MPV_common_end(s); | 1376 MPV_common_end(s); |
| 1381 if (s->out_format == FMT_MJPEG) | 1377 if (s->out_format == FMT_MJPEG) |
