Commit 373745ae authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

1l: Forgot to rename header guard.

Originally committed as revision 16448 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 176aee82
......@@ -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 */
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