diff h264.c @ 4390:789336787fcb libavcodec

flame
author michael
date Tue, 23 Jan 2007 13:42:09 +0000
parents 3afddc65631b
children 20944c70a3c0
line wrap: on
line diff
--- a/h264.c	Tue Jan 23 13:36:56 2007 +0000
+++ b/h264.c	Tue Jan 23 13:42:09 2007 +0000
@@ -2773,7 +2773,7 @@
     const int pic_width  = 16*s->mb_width;
     const int pic_height = 16*s->mb_height >> MB_MBAFF;
 
-    if(!pic->data[0])
+    if(!pic->data[0]) //FIXME this is unacceptable, some senseable error concealment must be done for missing reference frames
         return;
 
     if(mx&7) extra_width -= 3;