Browse Source
...instead of -VLC_EGENERIC, leading to an overflow.
../../modules/codec/twolame.c: In function ‘OpenEncoder’:
../../modules/codec/twolame.c:236:16: warning: integer overflow in expression ‘-2147483648’ of type ‘int’ results in ‘-2147483648’ [-Woverflow]
236 | return -VLC_EGENERIC;
| ^
pull/128/head
committed by
Hugo Beauzée-Luyssen
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue