changeset 8572:4e746259152d libavcodec

Add missing #include to fix 'make checkheaders'.
author diego
date Sun, 11 Jan 2009 20:12:14 +0000
parents 77fc347409e7
children 2acf0ae7b041
files vdpau_internal.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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);