Changeset f794ed48 in ffmpeg

Timestamp:
Nov 28, 2024, 12:31:43 AM (8 hours ago)
Author:
Lynne <dev@lynne.ee>
Branches:
master
Children:
e3ac63b2
Parents:
4e1a9111
git-author:
IndecisiveTurtle <geoster3d@gmail.com> (11/27/24 19:18:05)
git-committer:
Lynne <dev@lynne.ee> (11/28/24 00:31:43)
Message:

vulkan/common: Fix off-by-one error in flush_put_bits

If caller wrote a divisible by eight number of bits it would write an extra byte.
Also increment by to_write instead of BUF_BYTES which overly pads the bitstream.

(No files)

Note: See TracChangeset for help on using the changeset viewer.