diff options
author | Andreas Rheinhardt <[email protected]> | 2025-03-08 17:35:32 +0100 |
---|---|---|
committer | Andreas Rheinhardt <[email protected]> | 2025-03-11 04:37:21 +0100 |
commit | ede2b391cc516f4f93621f6a214b3410b231f582 (patch) | |
tree | d0dd0450065d516f41574b4c813e2c5e01cda466 /libavfilter/qrencode.c | |
parent | 512e597932dfe05cf5665192efbe2c93c2e36af2 (diff) |
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 <[email protected]>
Diffstat (limited to 'libavfilter/qrencode.c')
0 files changed, 0 insertions, 0 deletions