mirror of https://git.ffmpeg.org/ffmpeg.git
Add missing #include to fix 'make checkheaders'.
Originally committed as revision 16545 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0f010b2f5b
commit
84f8d1f604
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue