[FFmpeg-cvslog] r16481 - in trunk/libavcodec: h264pred.h vdpau_internal.h
diego
subversion
Wed Jan 7 19:42:24 CET 2009
Author: diego
Date: Wed Jan 7 19:42:24 2009
New Revision: 16481
Log:
Add missing headers to allow 'make checkheaders' to pass.
Modified:
trunk/libavcodec/h264pred.h
trunk/libavcodec/vdpau_internal.h
Modified: trunk/libavcodec/h264pred.h
==============================================================================
--- trunk/libavcodec/h264pred.h Wed Jan 7 19:24:16 2009 (r16480)
+++ trunk/libavcodec/h264pred.h Wed Jan 7 19:42:24 2009 (r16481)
@@ -29,6 +29,7 @@
#define AVCODEC_H264PRED_H
#include "libavutil/common.h"
+#include "dsputil.h"
/**
* Prediction types
Modified: trunk/libavcodec/vdpau_internal.h
==============================================================================
--- trunk/libavcodec/vdpau_internal.h Wed Jan 7 19:24:16 2009 (r16480)
+++ trunk/libavcodec/vdpau_internal.h Wed Jan 7 19:42:24 2009 (r16481)
@@ -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);
More information about the ffmpeg-cvslog
mailing list