comparison vdpau_internal.h @ 8565:6687083ec76a libavcodec

Remove H264Context from vdpau_internal.h.
author cehoyos
date Sun, 11 Jan 2009 00:48:20 +0000
parents b59279494d84
children 4e746259152d
comparison
equal deleted inserted replaced
8564:11bcc8a9726b 8565:6687083ec76a
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 "h264.h"
29 28
30 void ff_vdpau_add_data_chunk(MpegEncContext *s, const uint8_t *buf, 29 void ff_vdpau_add_data_chunk(MpegEncContext *s, const uint8_t *buf,
31 int buf_size); 30 int buf_size);
32 void ff_vdpau_h264_set_reference_frames(H264Context *h); 31 void ff_vdpau_h264_set_reference_frames(MpegEncContext *s);
33 void ff_vdpau_h264_picture_complete(H264Context *h); 32 void ff_vdpau_h264_picture_complete(MpegEncContext *s);
34 33
35 #endif /* AVCODEC_VDPAU_INTERNAL_H */ 34 #endif /* AVCODEC_VDPAU_INTERNAL_H */