# HG changeset patch # User michael # Date 1169559729 0 # Node ID 789336787fcb0e8a9eaa8d281813756b015324a4 # Parent 3afddc65631b34b1afbe382ab8bdac685a84da78 flame diff -r 3afddc65631b -r 789336787fcb h264.c --- 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;