OSDN Git Service

Add missing headers to allow 'make checkheaders' to pass.
authorDiego Biurrun <diego@biurrun.de>
Wed, 7 Jan 2009 18:42:24 +0000 (18:42 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 7 Jan 2009 18:42:24 +0000 (18:42 +0000)
Originally committed as revision 16481 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/h264pred.h
libavcodec/vdpau_internal.h

index a8146ca..d87df2a 100644 (file)
@@ -29,6 +29,7 @@
 #define AVCODEC_H264PRED_H
 
 #include "libavutil/common.h"
+#include "dsputil.h"
 
 /**
  * Prediction types
index 915944e..1ac341e 100644 (file)
@@ -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);