Commit 6c1032ae authored by banan's avatar banan

Remove debug line.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7621 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 65c42d24
...@@ -294,7 +294,6 @@ static int flashsv_encode_frame(AVCodecContext *avctx, uint8_t *buf, int buf_siz ...@@ -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); res = encode_bitstream(s, p, buf, buf_size, opt_w*16, opt_h*16, s->previous_frame, &I_frame);
#endif #endif
av_log(avctx, AV_LOG_ERROR, "res %d\n", res);
//save the current frame //save the current frame
memcpy(s->previous_frame, p->data[0], s->image_height*p->linesize[0]*3); 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