mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
snow: fix 32x32 encoding
Fixes ticket1083 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9eb99ab25b
commit
3b5632479e
@ -1712,6 +1712,10 @@ redo_frame:
|
||||
else
|
||||
s->spatial_decomposition_count= 5;
|
||||
|
||||
while( !(width >>(s->chroma_h_shift + s->spatial_decomposition_count))
|
||||
|| !(height>>(s->chroma_v_shift + s->spatial_decomposition_count)))
|
||||
s->spatial_decomposition_count--;
|
||||
|
||||
s->m.pict_type = pic->pict_type;
|
||||
s->qbias = pic->pict_type == AV_PICTURE_TYPE_P ? 2 : 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user