[FFmpeg-cvslog] dxva2: Add missing #includes

Diego Biurrun git at videolan.org
Tue Jan 21 20:45:44 CET 2014


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Jan 21 14:42:23 2014 +0100| [766df7ca89a2398e71182f5f2b46053e3aa9bd69] | committer: Diego Biurrun

dxva2: Add missing #includes

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=766df7ca89a2398e71182f5f2b46053e3aa9bd69
---

 libavcodec/dxva2.c |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/libavcodec/dxva2.c b/libavcodec/dxva2.c
index f8b8eba..15e5698 100644
--- a/libavcodec/dxva2.c
+++ b/libavcodec/dxva2.c
@@ -20,6 +20,14 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <assert.h>
+#include <string.h>
+
+#include "libavutil/log.h"
+#include "libavutil/time.h"
+
+#include "avcodec.h"
+#include "mpegvideo.h"
 #include "dxva2_internal.h"
 
 void *ff_dxva2_get_surface(const Picture *picture)



More information about the ffmpeg-cvslog mailing list