Commit 3e7525d6 authored by cehoyos's avatar cehoyos

1l: Forgot to rename header guard.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16448 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3bd3da8d
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef AVCODEC_VDPAU_RENDER_H #ifndef AVCODEC_VDPAU_H
#define AVCODEC_VDPAU_RENDER_H #define AVCODEC_VDPAU_H
/** /**
* \defgroup Decoder VDPAU Decoder and Renderer * \defgroup Decoder VDPAU Decoder and Renderer
...@@ -81,4 +81,4 @@ struct vdpau_render_state { ...@@ -81,4 +81,4 @@ struct vdpau_render_state {
/* @}*/ /* @}*/
#endif /* AVCODEC_VDPAU_RENDER_H */ #endif /* AVCODEC_VDPAU_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment