diff options
author | Mike Melanson <mike@multimedia.cx> | 2004-07-27 02:52:16 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2004-07-27 02:52:16 +0000 |
commit | c5c3a926740e467243fa6730452acc7a97a32436 (patch) | |
tree | 14f01a6b80cfe6911f7554caf67b971a6a0b91ab /libavcodec | |
parent | 6b2f66469168724273593d2c23eb78089afc0e46 (diff) | |
download | ffmpeg-c5c3a926740e467243fa6730452acc7a97a32436.tar.gz |
well that does not need to be there anymore
Originally committed as revision 3349 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/svq1.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/svq1.c b/libavcodec/svq1.c index 25bc44fd1a..1efeb57a46 100644 --- a/libavcodec/svq1.c +++ b/libavcodec/svq1.c @@ -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; } |