comparison h264.c @ 1706:3ba5c493db6f libavcodec

motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
author michael
date Tue, 30 Dec 2003 02:12:12 +0000
parents 420cac032278
children bdf3927bf8c5
comparison
equal deleted inserted replaced
1705:954593137d37 1706:3ba5c493db6f
4170 av_log(h->s.avctx, AV_LOG_DEBUG, "error, NO frame\n"); 4170 av_log(h->s.avctx, AV_LOG_DEBUG, "error, NO frame\n");
4171 return -1; 4171 return -1;
4172 } 4172 }
4173 4173
4174 *pict= *(AVFrame*)&s->current_picture; //FIXME 4174 *pict= *(AVFrame*)&s->current_picture; //FIXME
4175 ff_print_debug_info(s, s->current_picture_ptr); 4175 ff_print_debug_info(s, pict);
4176 assert(pict->data[0]); 4176 assert(pict->data[0]);
4177 //printf("out %d\n", (int)pict->data[0]); 4177 //printf("out %d\n", (int)pict->data[0]);
4178 #if 0 //? 4178 #if 0 //?
4179 4179
4180 /* Return the Picture timestamp as the frame number */ 4180 /* Return the Picture timestamp as the frame number */