From 17170313628920d8f2bf046c5a33e4afb6a985d3 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 11 Jan 2009 00:48:20 +0000 Subject: Remove H264Context from vdpau_internal.h. Originally committed as revision 16524 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vdpau_internal.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libavcodec/vdpau_internal.h') diff --git a/libavcodec/vdpau_internal.h b/libavcodec/vdpau_internal.h index 83911190b4..9a4989009e 100644 --- a/libavcodec/vdpau_internal.h +++ b/libavcodec/vdpau_internal.h @@ -25,11 +25,10 @@ #define AVCODEC_VDPAU_INTERNAL_H #include -#include "h264.h" void ff_vdpau_add_data_chunk(MpegEncContext *s, const uint8_t *buf, int buf_size); -void ff_vdpau_h264_set_reference_frames(H264Context *h); -void ff_vdpau_h264_picture_complete(H264Context *h); +void ff_vdpau_h264_set_reference_frames(MpegEncContext *s); +void ff_vdpau_h264_picture_complete(MpegEncContext *s); #endif /* AVCODEC_VDPAU_INTERNAL_H */ -- cgit v1.2.3