diff 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
line wrap: on
line diff
--- a/h264.c	Mon Dec 29 22:25:08 2003 +0000
+++ b/h264.c	Tue Dec 30 02:12:12 2003 +0000
@@ -4172,7 +4172,7 @@
     }
 
     *pict= *(AVFrame*)&s->current_picture; //FIXME 
-    ff_print_debug_info(s, s->current_picture_ptr);
+    ff_print_debug_info(s, pict);
     assert(pict->data[0]);
 //printf("out %d\n", (int)pict->data[0]);
 #if 0 //?