Commit 21f6aa10 authored by Benjamin Larsson's avatar Benjamin Larsson

Remove debug line.

Originally committed as revision 7621 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8adc51f2
......@@ -294,7 +294,6 @@ static int flashsv_encode_frame(AVCodecContext *avctx, uint8_t *buf, int buf_siz
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment