diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-12-14 19:08:59 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-12-18 08:50:02 +0100 |
commit | 23c00d8c8955aa0023c4cfcbd0e9f132367c9d42 (patch) | |
tree | 6490e1173db7354e9e791db2df67aaceef80c780 /presets | |
parent | ca6f0192f2ef69ffcbfb366e13e48814bdfa0ef7 (diff) | |
download | ffmpeg-23c00d8c8955aa0023c4cfcbd0e9f132367c9d42.tar.gz |
fftools/ffmpeg_mux_init: change 1-bit bitfields from int to unsigned
They cannot store 1 as signed, only 0 and -1.
Avoids warnings such as:
implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
Diffstat (limited to 'presets')
0 files changed, 0 insertions, 0 deletions