Commit b846b231 authored by Michael Niedermayer's avatar Michael Niedermayer

100000l

Originally committed as revision 2637 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0c9bbaec
......@@ -1453,8 +1453,8 @@ void ff_print_debug_info(MpegEncContext *s, AVFrame *pict){
const int shift= 1 + s->quarter_sample;
int mb_y;
uint8_t *ptr;
s->low_delay=0; //needed to see the vectors without trashing the buffers
int i;
s->low_delay=0; //needed to see the vectors without trashing the buffers
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);
......
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