mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-03-12 07:24:40 +01:00
bits_*_signed(0) will currently invoke an undefined shift by 8 * sizeof(int). Add bits_*_signed_nz() that only works for n>0, analogous to bits_read_nz(). Add an explicit check for n=0 in bits_*_signed(). Found-by: James Almer
6.9 KiB
6.9 KiB