diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-03-08 17:35:32 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-03-11 04:37:21 +0100 |
commit | ede2b391cc516f4f93621f6a214b3410b231f582 (patch) | |
tree | d0dd0450065d516f41574b4c813e2c5e01cda466 /libavutil/hwcontext_vulkan.c | |
parent | 512e597932dfe05cf5665192efbe2c93c2e36af2 (diff) | |
download | ffmpeg-ede2b391cc516f4f93621f6a214b3410b231f582.tar.gz |
avcodec/put_bits: Add and use put_bits63()
When using a 64bit PutBitContext (i.e. on x64), put_bits_no_assert()
can naturally write up to 63 bits. So one can avoid treating the
cases <32bits, 32 bits and <63 bits differently.
As it turns out, no user actually wants to write 64 bit at once
(maybe except testprograms).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil/hwcontext_vulkan.c')
0 files changed, 0 insertions, 0 deletions