[FFmpeg-cvslog] r15816 - trunk/libavcodec/h264.c

cehoyos subversion
Thu Nov 13 12:33:26 CET 2008


Author: cehoyos
Date: Thu Nov 13 12:33:26 2008
New Revision: 15816

Log:
Fix H.264 decoding.
(Problem analyzed by Uoti Urpala)


Modified:
   trunk/libavcodec/h264.c

Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c	(original)
+++ trunk/libavcodec/h264.c	Thu Nov 13 12:33:26 2008
@@ -7338,7 +7338,7 @@ static void execute_decode_slices(H264Co
     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];




More information about the ffmpeg-cvslog mailing list