Mercurial > libavcodec.hg
comparison flashsvenc.c @ 4378:d15d3cd71df2 libavcodec
Remove debug line.
| author | banan |
|---|---|
| date | Sun, 21 Jan 2007 21:25:16 +0000 |
| parents | 75942fdfd1a1 |
| children | 548b2c0a2a51 |
comparison
equal
deleted
inserted
replaced
| 4377:75942fdfd1a1 | 4378:d15d3cd71df2 |
|---|---|
| 292 return -1; | 292 return -1; |
| 293 } | 293 } |
| 294 | 294 |
| 295 res = encode_bitstream(s, p, buf, buf_size, opt_w*16, opt_h*16, s->previous_frame, &I_frame); | 295 res = encode_bitstream(s, p, buf, buf_size, opt_w*16, opt_h*16, s->previous_frame, &I_frame); |
| 296 #endif | 296 #endif |
| 297 av_log(avctx, AV_LOG_ERROR, "res %d\n", res); | |
| 298 //save the current frame | 297 //save the current frame |
| 299 memcpy(s->previous_frame, p->data[0], s->image_height*p->linesize[0]*3); | 298 memcpy(s->previous_frame, p->data[0], s->image_height*p->linesize[0]*3); |
| 300 | 299 |
| 301 //mark the frame type so the muxer can mux it correctly | 300 //mark the frame type so the muxer can mux it correctly |
| 302 if (I_frame) { | 301 if (I_frame) { |
