[FFmpeg-cvslog] r16545 - trunk/libavcodec/vdpau_internal.h
diego
subversion
Sun Jan 11 21:12:14 CET 2009
Author: diego
Date: Sun Jan 11 21:12:14 2009
New Revision: 16545
Log:
Add missing #include to fix 'make checkheaders'.
Modified:
trunk/libavcodec/vdpau_internal.h
Modified: trunk/libavcodec/vdpau_internal.h
==============================================================================
--- trunk/libavcodec/vdpau_internal.h Sun Jan 11 20:54:57 2009 (r16544)
+++ trunk/libavcodec/vdpau_internal.h Sun Jan 11 21:12:14 2009 (r16545)
@@ -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);
More information about the ffmpeg-cvslog
mailing list