Skip to content
Snippets Groups Projects
Commit 3e971fc6 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

h264: fix cur_chroma_format_idc with slice multithreading.

parent 1d23e524
No related branches found
No related tags found
No related merge requests found
......@@ -2846,6 +2846,7 @@ static int decode_slice_header(H264Context *h, H264Context *h0){
c->sps = h->sps;
c->pps = h->pps;
c->pixel_shift = h->pixel_shift;
c->cur_chroma_format_idc = h->cur_chroma_format_idc;
init_scan_tables(c);
clone_tables(c, h, i);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment