[Ffmpeg-cvslog] r7664 - trunk/libavcodec/h264.c
michael
subversion
Tue Jan 23 14:42:10 CET 2007
Author: michael
Date: Tue Jan 23 14:42:09 2007
New Revision: 7664
Modified:
trunk/libavcodec/h264.c
Log:
flame
Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c (original)
+++ trunk/libavcodec/h264.c Tue Jan 23 14:42:09 2007
@@ -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;
More information about the ffmpeg-cvslog
mailing list