Commit c57e7134 authored by diego's avatar diego

Add missing headers to allow 'make checkheaders' to pass.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16481 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b0489366
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#define AVCODEC_H264PRED_H #define AVCODEC_H264PRED_H
#include "libavutil/common.h" #include "libavutil/common.h"
#include "dsputil.h"
/** /**
* Prediction types * Prediction types
......
...@@ -24,6 +24,9 @@ ...@@ -24,6 +24,9 @@
#ifndef AVCODEC_VDPAU_INTERNAL_H #ifndef AVCODEC_VDPAU_INTERNAL_H
#define AVCODEC_VDPAU_INTERNAL_H #define AVCODEC_VDPAU_INTERNAL_H
#include <stdint.h>
#include "h264.h"
void ff_VDPAU_h264_add_data_chunk(H264Context *h, const uint8_t *buf, void ff_VDPAU_h264_add_data_chunk(H264Context *h, const uint8_t *buf,
int buf_size); int buf_size);
void ff_VDPAU_h264_picture_complete(H264Context *h); void ff_VDPAU_h264_picture_complete(H264Context *h);
......
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