comparison vdpau_internal.h @ 8572:4e746259152d libavcodec

Add missing #include to fix 'make checkheaders'.
author diego
date Sun, 11 Jan 2009 20:12:14 +0000
parents 6687083ec76a
children 8b80f8285b1b
comparison
equal deleted inserted replaced
8571:77fc347409e7 8572:4e746259152d
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> 27 #include <stdint.h>
28 #include "mpegvideo.h"
28 29
29 void ff_vdpau_add_data_chunk(MpegEncContext *s, const uint8_t *buf, 30 void ff_vdpau_add_data_chunk(MpegEncContext *s, const uint8_t *buf,
30 int buf_size); 31 int buf_size);
31 void ff_vdpau_h264_set_reference_frames(MpegEncContext *s); 32 void ff_vdpau_h264_set_reference_frames(MpegEncContext *s);
32 void ff_vdpau_h264_picture_complete(MpegEncContext *s); 33 void ff_vdpau_h264_picture_complete(MpegEncContext *s);