Mercurial > libavcodec.hg
changeset 4378:d15d3cd71df2 libavcodec
Remove debug line.
author | banan |
---|---|
date | Sun, 21 Jan 2007 21:25:16 +0000 |
parents | 75942fdfd1a1 |
children | 291db895a809 |
files | flashsvenc.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flashsvenc.c Sun Jan 21 21:24:05 2007 +0000 +++ b/flashsvenc.c Sun Jan 21 21:25:16 2007 +0000 @@ -294,7 +294,6 @@ res = encode_bitstream(s, p, buf, buf_size, opt_w*16, opt_h*16, s->previous_frame, &I_frame); #endif - av_log(avctx, AV_LOG_ERROR, "res %d\n", res); //save the current frame memcpy(s->previous_frame, p->data[0], s->image_height*p->linesize[0]*3);