Commit af10e72e authored by cehoyos's avatar cehoyos

Fix H.264 decoding.

(Problem analyzed by Uoti Urpala)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15816 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 09313327
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment