[Ffmpeg-cvslog] r7621 - trunk/libavcodec/flashsvenc.c
banan
subversion
Sun Jan 21 22:25:16 CET 2007
Author: banan
Date: Sun Jan 21 22:25:16 2007
New Revision: 7621
Modified:
trunk/libavcodec/flashsvenc.c
Log:
Remove debug line.
Modified: trunk/libavcodec/flashsvenc.c
==============================================================================
--- trunk/libavcodec/flashsvenc.c (original)
+++ trunk/libavcodec/flashsvenc.c Sun Jan 21 22:25:16 2007
@@ -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);
More information about the ffmpeg-cvslog
mailing list