diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-04-18 13:02:47 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-04-25 23:01:37 +0200 |
commit | 6676038b23bd8272b9d6b9bb94f64b55f5dfd954 (patch) | |
tree | ea7d87846d805019d13b0bfbaaa41fdc3ad7f852 /tests/checkasm/checkasm.c | |
parent | a2acb46a6e38ece29d0228112cb4790721f05620 (diff) | |
download | ffmpeg-6676038b23bd8272b9d6b9bb94f64b55f5dfd954.tar.gz |
avcodec/cbs: Use put_bits63()
It is better when BUF_BITS == 64 (i.e. on x64), because
the underlying put_bits can then handle 0..63 bits naturally.
It does not worsen the code when BUF_BITS != 64, because
the compiler can optimize this to the same code as now
(due to the assert).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/checkasm/checkasm.c')
0 files changed, 0 insertions, 0 deletions