Mercurial > libavcodec.hg
changeset 2145:79a512d7a347 libavcodec
well that does not need to be there anymore
author | melanson |
---|---|
date | Tue, 27 Jul 2004 02:52:16 +0000 |
parents | e33371c1e2b4 |
children | b288cdc2ad68 |
files | svq1.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/svq1.c Tue Jul 27 01:30:44 2004 +0000 +++ b/svq1.c Tue Jul 27 02:52:16 2004 +0000 @@ -1294,11 +1294,6 @@ s->dummy = av_mallocz((s->y_block_width+1)*s->y_block_height*sizeof(int32_t)); h263_encode_init(&s->m); //mv_penalty -av_log(s->avctx, AV_LOG_INFO, " Hey: %d x %d, %d x %d, %d x %d\n", - s->frame_width, s->frame_height, - s->y_block_width, s->y_block_height, - s->c_block_width, s->c_block_height); - return 0; }