]> git.sesse.net Git - ffmpeg/commit
lavc/alac: Make a variable unsigned.
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>
Thu, 18 Apr 2019 11:51:07 +0000 (13:51 +0200)
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>
Fri, 19 Apr 2019 12:01:04 +0000 (14:01 +0200)
commit53064e134ca67d3ab2a2228df1cac050219afaab
treec392a7cdc50577eb00357d4cbcf59c4171bbe972
parent78c8a765369d3974b50c08355fd872637653cd08
lavc/alac: Make a variable unsigned.

Fixes a bogus compiler warning (max_samples_per_frame is checked):
libavcodec/alac.c: In function ‘allocate_buffers’:
./libavutil/internal.h:142:9: warning: argument 1 value ‘18446744073709551552’ exceeds maximum object size 9223372036854775807
libavcodec/alac.c