Mercurial > libavcodec.hg
changeset 8534:b80cf351176e libavcodec
1l: Forgot to rename header guard.
author | cehoyos |
---|---|
date | Tue, 06 Jan 2009 10:13:25 +0000 |
parents | 0533343a4002 |
children | 8f3e20061aff |
files | vdpau.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/vdpau.h Mon Jan 05 23:25:58 2009 +0000 +++ b/vdpau.h Tue Jan 06 10:13:25 2009 +0000 @@ -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 @@ /* @}*/ -#endif /* AVCODEC_VDPAU_RENDER_H */ +#endif /* AVCODEC_VDPAU_H */