From 090846f3b97dfb5c184f2d5afb589fd10eb53a18 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 7 Jan 2009 23:48:32 +0000 Subject: Rename ff_VDPAU as ff_vdpau. Originally committed as revision 16492 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vdpau_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/vdpau_internal.h') diff --git a/libavcodec/vdpau_internal.h b/libavcodec/vdpau_internal.h index 1ac341e2f5..6af24959c8 100644 --- a/libavcodec/vdpau_internal.h +++ b/libavcodec/vdpau_internal.h @@ -27,8 +27,8 @@ #include #include "h264.h" -void ff_VDPAU_h264_add_data_chunk(H264Context *h, const uint8_t *buf, +void ff_vdpau_h264_add_data_chunk(H264Context *h, const uint8_t *buf, int buf_size); -void ff_VDPAU_h264_picture_complete(H264Context *h); +void ff_vdpau_h264_picture_complete(H264Context *h); #endif /* AVCODEC_VDPAU_INTERNAL_H */ -- cgit v1.2.3