1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
Originally committed as revision 7664 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2007-01-23 13:42:09 +00:00
parent 2d529db50f
commit 2f29af3952

View File

@ -2773,7 +2773,7 @@ static inline void mc_dir_part(H264Context *h, Picture *pic, int n, int square,
const int pic_width = 16*s->mb_width; const int pic_width = 16*s->mb_width;
const int pic_height = 16*s->mb_height >> MB_MBAFF; 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; return;
if(mx&7) extra_width -= 3; if(mx&7) extra_width -= 3;