Commit ee67d80e authored by michael's avatar michael

100000l


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2637 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a22d81e6
...@@ -1453,8 +1453,8 @@ void ff_print_debug_info(MpegEncContext *s, AVFrame *pict){ ...@@ -1453,8 +1453,8 @@ void ff_print_debug_info(MpegEncContext *s, AVFrame *pict){
const int shift= 1 + s->quarter_sample; const int shift= 1 + s->quarter_sample;
int mb_y; int mb_y;
uint8_t *ptr; uint8_t *ptr;
s->low_delay=0; //needed to see the vectors without trashing the buffers
int i; int i;
s->low_delay=0; //needed to see the vectors without trashing the buffers
for(i=0; i<3; i++){ for(i=0; i<3; i++){
memcpy(s->visualization_buffer[i], pict->data[i], (i==0) ? pict->linesize[i]*s->height:pict->linesize[i]*s->height/2); memcpy(s->visualization_buffer[i], pict->data[i], (i==0) ? pict->linesize[i]*s->height:pict->linesize[i]*s->height/2);
......
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