summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-01-23 13:42:09 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-01-23 13:42:09 +0000
commit2f29af3952b63b46fd337e85bc0d3307a2f6caff (patch)
tree3662a6521053671a56746fd025a6c00ad3714038 /libavcodec/h264.c
parent2d529db50f735b3aaaf673b905c10f6e8ef36db1 (diff)
flame
Originally committed as revision 7664 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 4c2f6ac960..2d75aaa76a 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -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_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;