Browse Source

100000l

Originally committed as revision 2637 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 21 years ago
parent
commit
b846b231b3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/mpegvideo.c

+ 1
- 1
libavcodec/mpegvideo.c View File

@@ -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);


Loading…
Cancel
Save