[FFmpeg-cvslog] r16448 - trunk/libavcodec/vdpau.h
cehoyos
subversion
Tue Jan 6 11:13:25 CET 2009
Author: cehoyos
Date: Tue Jan 6 11:13:25 2009
New Revision: 16448
Log:
1l: Forgot to rename header guard.
Modified:
trunk/libavcodec/vdpau.h
Modified: trunk/libavcodec/vdpau.h
==============================================================================
--- trunk/libavcodec/vdpau.h Tue Jan 6 01:09:23 2009 (r16447)
+++ trunk/libavcodec/vdpau.h Tue Jan 6 11:13:25 2009 (r16448)
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef AVCODEC_VDPAU_RENDER_H
-#define AVCODEC_VDPAU_RENDER_H
+#ifndef AVCODEC_VDPAU_H
+#define AVCODEC_VDPAU_H
/**
* \defgroup Decoder VDPAU Decoder and Renderer
@@ -81,4 +81,4 @@ struct vdpau_render_state {
/* @}*/
-#endif /* AVCODEC_VDPAU_RENDER_H */
+#endif /* AVCODEC_VDPAU_H */
More information about the ffmpeg-cvslog
mailing list