diff vdpau_internal.h @ 8547:b9880fc0afaf libavcodec

Add missing headers to allow 'make checkheaders' to pass.
author diego
date Wed, 07 Jan 2009 18:42:24 +0000
parents f8c091bb5779
children 13d14e77e91a
line wrap: on
line diff
--- a/vdpau_internal.h	Wed Jan 07 18:24:16 2009 +0000
+++ b/vdpau_internal.h	Wed Jan 07 18:42:24 2009 +0000
@@ -24,6 +24,9 @@
 #ifndef AVCODEC_VDPAU_INTERNAL_H
 #define AVCODEC_VDPAU_INTERNAL_H
 
+#include <stdint.h>
+#include "h264.h"
+
 void ff_VDPAU_h264_add_data_chunk(H264Context *h, const uint8_t *buf,
                                   int buf_size);
 void ff_VDPAU_h264_picture_complete(H264Context *h);