1l: Forgot to rename header guard.

Originally committed as revision 16448 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Carl Eugen Hoyos 2009-01-06 10:13:25 +00:00
parent 176aee8282
commit 373745ae62
1 changed files with 3 additions and 3 deletions

View File

@ -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 */