[SCM] libav/experimental: flame

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:55:26 UTC 2013


The following commit has been merged in the experimental branch:
commit 2f29af3952b63b46fd337e85bc0d3307a2f6caff
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Jan 23 13:42:09 2007 +0000

    flame
    
    Originally committed as revision 7664 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 4c2f6ac..2d75aaa 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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list