# HG changeset patch # User cehoyos # Date 1226576006 0 # Node ID 54d7d6a63f3cc83377a54c315636388358891455 # Parent f6f70b6712871a588de4f593faa7e0de91f8317a Fix H.264 decoding. (Problem analyzed by Uoti Urpala) diff -r f6f70b671287 -r 54d7d6a63f3c h264.c --- a/h264.c Thu Nov 13 03:18:28 2008 +0000 +++ b/h264.c Thu Nov 13 11:33:26 2008 +0000 @@ -7338,7 +7338,7 @@ 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];