# HG changeset patch # User banan # Date 1169414716 0 # Node ID d15d3cd71df20c51c7c4c6f717864243dab6db2b # Parent 75942fdfd1a19e2cd41eb7612aecba7a60d0b580 Remove debug line. diff -r 75942fdfd1a1 -r d15d3cd71df2 flashsvenc.c --- 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);