Mercurial > libavcodec.hg
changeset 8547:b9880fc0afaf libavcodec
Add missing headers to allow 'make checkheaders' to pass.
author | diego |
---|---|
date | Wed, 07 Jan 2009 18:42:24 +0000 |
parents | 5800aecff5f8 |
children | 3586e03586a0 |
files | h264pred.h vdpau_internal.h |
diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/h264pred.h Wed Jan 07 18:24:16 2009 +0000 +++ b/h264pred.h Wed Jan 07 18:42:24 2009 +0000 @@ -29,6 +29,7 @@ #define AVCODEC_H264PRED_H #include "libavutil/common.h" +#include "dsputil.h" /** * Prediction types
--- a/vdpau_internal.h Wed Jan 07 18:24:16 2009 +0000 +++ b/vdpau_internal.h Wed Jan 07 18:42:24 2009 +0000 @@ -24,6 +24,9 @@ #ifndef 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, int buf_size); void ff_VDPAU_h264_picture_complete(H264Context *h);