From 0d9efa287a04ab00858ba7bc64c4965a8a2f5e45 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 7 Jan 2009 18:42:24 +0000 Subject: Add missing headers to allow 'make checkheaders' to pass. Originally committed as revision 16481 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vdpau_internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/vdpau_internal.h') diff --git a/libavcodec/vdpau_internal.h b/libavcodec/vdpau_internal.h index 915944e147..1ac341e2f5 100644 --- a/libavcodec/vdpau_internal.h +++ b/libavcodec/vdpau_internal.h @@ -24,6 +24,9 @@ #ifndef AVCODEC_VDPAU_INTERNAL_H #define AVCODEC_VDPAU_INTERNAL_H +#include +#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); -- cgit v1.2.3