mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
h264: copy pixel_shift between slice threading contexts.
Fixes "make THREADS=2 THREAD_TYPE=2 fate-h264-conformance-frext-pph10i3_panasonic_a".
This commit is contained in:
parent
a64c58a240
commit
8d44cd2cd8
@ -1965,6 +1965,7 @@ static int decode_slice_header(H264Context *h, H264Context *h0){
|
|||||||
c->h264dsp = h->h264dsp;
|
c->h264dsp = h->h264dsp;
|
||||||
c->sps = h->sps;
|
c->sps = h->sps;
|
||||||
c->pps = h->pps;
|
c->pps = h->pps;
|
||||||
|
c->pixel_shift = h->pixel_shift;
|
||||||
init_scan_tables(c);
|
init_scan_tables(c);
|
||||||
clone_tables(c, h, i);
|
clone_tables(c, h, i);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user