mirror of https://github.com/FFmpeg/FFmpeg.git
It is used as size argument of ff_canopus_parse_info_tag, which uses it as size argument to bytestream2_init, which only supports sizes up to INT_MAX. Changing it's type to unsigned simplifies the check. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>pull/134/merge
parent
0a8bff788b
commit
9fd2bf09db
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue