On Thu, Jun 29, 2017 at 10:32:16AM +0100, Mark Thompson wrote:
> On 29/06/17 08:31, Diego Biurrun wrote:
> > On Sun, Jun 18, 2017 at 07:08:02PM +0100, Mark Thompson wrote:
> >> --- /dev/null
> >> +++ b/libavutil/hwcontext_drm.h
> >> @@ -0,0 +1,145 @@
> >> +
> >> +#ifndef AVUTIL_HWCONTEXT_DRM_H
> >> +#define AVUTIL_HWCONTEXT_DRM_H
> >> +
> >> +#include "frame.h"
> > 
> > frame.h is not used,
> 
> AV_NUM_DATA_POINTERS
> 
> (Though there were thoughts that we could make this a new constant inside the 
> header, probably with the value 4.  Still undecided on that one.)
> 
> >                      but stdint.h and sys/types.h are.
> 
> stddef.h and stdint.h are included by frame.h.  I don't see why sys/types.h 
> would be needed?

For size_t, but that's stddef.h, so you're right.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to