[SCM] libav/experimental: 10l (obmc_scratchpad not always initialize) patch by (Gert Vervoort <gert.vervoort at hccnet dot nl>)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:42:38 UTC 2013


The following commit has been merged in the experimental branch:
commit 9c6221ae621a3467b7466e98975e63b2382c1b58
Author: Gert Vervoort <Gert.Vervoort at wxs.nl>
Date:   Sun Jan 9 00:48:37 2005 +0000

    10l (obmc_scratchpad not always initialize)
    patch by (Gert Vervoort <gert.vervoort at hccnet dot nl>)
    
    Originally committed as revision 3816 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index c1f354e..5267b25 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -2540,6 +2540,8 @@ static int alloc_tables(H264Context *h){
         }
     }
 
+    s->obmc_scratchpad = NULL;
+
     return 0;
 fail:
     free_tables(h);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list