1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-07 00:20:09 +02:00

well that does not need to be there anymore

Originally committed as revision 3349 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Mike Melanson 2004-07-27 02:52:16 +00:00
parent 6b2f664691
commit c5c3a92674

View File

@ -1294,11 +1294,6 @@ static int svq1_encode_init(AVCodecContext *avctx)
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;
}