diff vdpau_internal.h @ 8572:4e746259152d libavcodec

Add missing #include to fix 'make checkheaders'.
author diego
date Sun, 11 Jan 2009 20:12:14 +0000
parents 6687083ec76a
children 8b80f8285b1b
line wrap: on
line diff
--- a/vdpau_internal.h	Sun Jan 11 16:35:04 2009 +0000
+++ b/vdpau_internal.h	Sun Jan 11 20:12:14 2009 +0000
@@ -25,6 +25,7 @@
 #define AVCODEC_VDPAU_INTERNAL_H
 
 #include <stdint.h>
+#include "mpegvideo.h"
 
 void ff_vdpau_add_data_chunk(MpegEncContext *s, const uint8_t *buf,
                              int buf_size);