projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f010b2
)
Add missing #include to fix 'make checkheaders'.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 11 Jan 2009 20:12:14 +0000
(20:12 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 11 Jan 2009 20:12:14 +0000
(20:12 +0000)
Originally committed as revision 16545 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vdpau_internal.h
patch
|
blob
|
history
diff --git
a/libavcodec/vdpau_internal.h
b/libavcodec/vdpau_internal.h
index 9a4989009e04cfb9a28a4608c4422f92ba6a58cc..cefd97754a811c49a4969e5ae84d30934c3aa45b 100644
(file)
--- a/
libavcodec/vdpau_internal.h
+++ b/
libavcodec/vdpau_internal.h
@@
-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);