diff options
author | TADANO Tokumei <aimingoff@pc.nifty.jp> | 2023-10-17 22:13:33 +0900 |
---|---|---|
committer | Jan Ekström <jeebjp@gmail.com> | 2023-10-29 18:19:58 +0200 |
commit | 82faba8a6ce8b6a9a3db635ce0a70495a2b2cf3c (patch) | |
tree | 25a68d8cc384b25f21382703eca39e99a0eda3f3 /libavcodec/atrac3plus_data.h | |
parent | ff3429991ec1bac1d1b71215402e3d195162e125 (diff) | |
download | ffmpeg-82faba8a6ce8b6a9a3db635ce0a70495a2b2cf3c.tar.gz |
lavc/libaribcaption: switch all `bool` context variables to `int`
On some environments, a `bool` variable is of smaller size than `int`.
As AV_OPT_TYPE_BOOL is internally handled as sizeof(int), if a `bool`
option was set on such an environment, the memory of following
variables would be filled. Additionally, set values may be destroyed
by av_opt_copy().
Signed-off-by: TADANO Tokumei <aimingoff@pc.nifty.jp>
Diffstat (limited to 'libavcodec/atrac3plus_data.h')
0 files changed, 0 insertions, 0 deletions