Originally committed as revision 16481 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -24,6 +24,9 @@ |
| 24 | 24 |
#ifndef AVCODEC_VDPAU_INTERNAL_H |
| 25 | 25 |
#define AVCODEC_VDPAU_INTERNAL_H |
| 26 | 26 |
|
| 27 |
+#include <stdint.h> |
|
| 28 |
+#include "h264.h" |
|
| 29 |
+ |
|
| 27 | 30 |
void ff_VDPAU_h264_add_data_chunk(H264Context *h, const uint8_t *buf, |
| 28 | 31 |
int buf_size); |
| 29 | 32 |
void ff_VDPAU_h264_picture_complete(H264Context *h); |