Commit 55eef5b4 authored by michael's avatar michael

flame


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7664 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c4cafa66
...@@ -2773,7 +2773,7 @@ static inline void mc_dir_part(H264Context *h, Picture *pic, int n, int square, ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment