Commit 84f8d1f6 authored by Diego Biurrun's avatar Diego Biurrun

Add missing #include to fix 'make checkheaders'.

Originally committed as revision 16545 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0f010b2f
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment