mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
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
|
#define AVCODEC_VDPAU_INTERNAL_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include "mpegvideo.h"
|
||||||
|
|
||||||
void ff_vdpau_add_data_chunk(MpegEncContext *s, const uint8_t *buf,
|
void ff_vdpau_add_data_chunk(MpegEncContext *s, const uint8_t *buf,
|
||||||
int buf_size);
|
int buf_size);
|
||||||
|
Loading…
Reference in New Issue
Block a user