1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
Ganesh Ajjanagadde 47af5db721 all: fix enum definition for large values
ISO C restricts enumerator values to the range of int. Thus (for instance) 0x80000000
unfortunately does not work, and throws a warning with -Wpedantic on
clang 3.7.

This fixes it by using alternative expressions that result in identical
values but do not have this issue.

Tested with FATE.

Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com>
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
2015-10-30 15:06:19 -04:00
..
2015-10-30 03:02:41 +01:00
2015-10-29 21:26:43 +01:00
2015-10-27 15:29:12 +01:00
2015-10-04 01:37:31 +02:00
2015-10-29 21:26:43 +01:00
2015-10-29 21:26:43 +01:00
2015-10-29 21:26:43 +01:00
2015-10-27 15:42:59 +01:00
2015-10-05 22:31:38 +02:00
2015-10-18 14:17:14 +02:00
2015-10-26 23:24:45 -07:00
2015-10-29 21:26:43 +01:00
2015-10-20 09:41:11 +02:00
2015-10-25 11:05:56 +01:00
2015-10-25 17:37:17 +01:00