[SCM] libav/experimental: Fix H.264 decoding. (Problem analyzed by Uoti Urpala)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:32:12 UTC 2013


The following commit has been merged in the experimental branch:
commit 74e8b78b20731511ef797f895f7555eb0f976210
Author: Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at>
Date:   Thu Nov 13 11:33:26 2008 +0000

    Fix H.264 decoding.
    (Problem analyzed by Uoti Urpala)
    
    Originally committed as revision 15816 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 426a3b8..915c078 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -7338,7 +7338,7 @@ static void execute_decode_slices(H264Context *h, int context_count){
     int i;
 
     if(context_count == 1) {
-        decode_slice(avctx, h);
+        decode_slice(avctx, &h);
     } else {
         for(i = 1; i < context_count; i++) {
             hx = h->thread_context[i];

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list