comparison vdpau_internal.h @ 8547:b9880fc0afaf libavcodec

Add missing headers to allow 'make checkheaders' to pass.
author diego
date Wed, 07 Jan 2009 18:42:24 +0000
parents f8c091bb5779
children 13d14e77e91a
comparison
equal deleted inserted replaced
8546:5800aecff5f8 8547:b9880fc0afaf
22 */ 22 */
23 23
24 #ifndef AVCODEC_VDPAU_INTERNAL_H 24 #ifndef AVCODEC_VDPAU_INTERNAL_H
25 #define AVCODEC_VDPAU_INTERNAL_H 25 #define AVCODEC_VDPAU_INTERNAL_H
26 26
27 #include <stdint.h>
28 #include "h264.h"
29
27 void ff_VDPAU_h264_add_data_chunk(H264Context *h, const uint8_t *buf, 30 void ff_VDPAU_h264_add_data_chunk(H264Context *h, const uint8_t *buf,
28 int buf_size); 31 int buf_size);
29 void ff_VDPAU_h264_picture_complete(H264Context *h); 32 void ff_VDPAU_h264_picture_complete(H264Context *h);
30 33
31 #endif /* AVCODEC_VDPAU_INTERNAL_H */ 34 #endif /* AVCODEC_VDPAU_INTERNAL_H */