diff vdpau_internal.h @ 8554:13d14e77e91a libavcodec

Rename ff_VDPAU as ff_vdpau.
author cehoyos
date Wed, 07 Jan 2009 23:48:32 +0000
parents b9880fc0afaf
children a5a04d73a570
line wrap: on
line diff
--- a/vdpau_internal.h	Wed Jan 07 23:42:07 2009 +0000
+++ b/vdpau_internal.h	Wed Jan 07 23:48:32 2009 +0000
@@ -27,8 +27,8 @@
 #include <stdint.h>
 #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 */