diff options
author | Marton Balint <cus@passwd.hu> | 2020-10-07 01:39:43 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2021-01-23 20:13:39 +0100 |
commit | 257a83b969157eb76c18158a4e503e908d8b1125 (patch) | |
tree | 45f49e30ac383237b18af18dbeae2e594a7ad00a /libavformat/rtpdec_h263_rfc2190.c | |
parent | daac7f4d9cbbaa85abc37d3e079dd23e531a709b (diff) | |
download | ffmpeg-257a83b969157eb76c18158a4e503e908d8b1125.tar.gz |
avcodec/flashsv2enc: factorize updating block dimensions
The patch changes the init function to initialize block dimensions to fixed
64x64 instead of the previously used image width/height based value.
This should not cause any actual change in behaviour because block dimensions
are recalculated on every keyframe in optimum_block_width() and
optimum_block_height() functions and in the current code the result is always
64x64 regardless of the image dimensions used.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavformat/rtpdec_h263_rfc2190.c')
0 files changed, 0 insertions, 0 deletions