avcodec: video: make sure the HDR10 metadata we read have the proper factor
[vlc.git] / contrib / src / dvbpsi / dvbpsi-sys-types.patch
blob61225dad6974ad7f2e7e6f7a376f7dc3121990d4
1 --- libdvbpsi/src/descriptor.h.ORIG Wed Mar 20 11:31:51 2013
2 +++ libdvbpsi/src/descriptor.h Thu Jul 10 20:16:22 2014
3 @@ -39,6 +39,10 @@
4 extern "C" {
5 #endif
7 +#ifdef HAVE_SYS_TYPES_H
8 +#include <sys/types.h>
9 +#endif
11 /*****************************************************************************
12 * common definitions
13 *****************************************************************************/