ffmpeg/libavformat
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
2014-06-18 14:55:28 +02:00
2015-06-14 15:09:33 +02:00
2015-08-20 12:22:50 +02:00
2015-10-29 21:26:43 +01:00
2014-08-24 11:05:42 +00:00
2015-05-26 19:54:41 +02:00
2015-05-31 19:04:52 +02:00
2014-07-13 19:18:31 +02:00
2014-07-13 19:18:31 +02:00
2014-08-15 22:47:45 +02: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-06-07 21:55:46 +02:00
2015-10-18 14:17:14 +02:00
2015-09-01 13:35:37 +02:00
2015-05-27 21:48:47 +02:00
2014-10-21 03:52:27 +02:00
2015-10-26 23:24:45 -07:00
2014-03-08 12:36:57 +01:00
2015-10-29 21:26:43 +01:00
2015-01-11 00:35:01 +01:00
2015-01-11 00:35:01 +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