diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-04-13 13:52:36 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-04-24 10:06:25 +0200 |
commit | b77fffa127663028169c5ed543956af4b9496c29 (patch) | |
tree | 0ad482e842fa0ce76c01ef0c452528e567148559 /libavcodec/svq1dec.c | |
parent | 370ddc7b38d6b27b54fc2f5ee5f3dd9506f8c7c8 (diff) | |
download | ffmpeg-b77fffa127663028169c5ed543956af4b9496c29.tar.gz |
h264: make slice threading work with deblocking_filter=1
In such a case, decode the MBs in parallel without the loop filter, then
execute the filter serially.
The ref2frm array was previously moved to H264SliceContext. That was
incorrect, since it applies to all the slices and should properly be in
H264Context (it did not actually break decoding, since this distinction
only becomes relevant with slice threading and deblocking_filter=1,
which was not implemented before this commit). The ref2frm array is thus
moved back to H264Context.
Diffstat (limited to 'libavcodec/svq1dec.c')
0 files changed, 0 insertions, 0 deletions