[SCM] libav/experimental: 1l: Forgot to rename header guard.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:34:42 UTC 2013


The following commit has been merged in the experimental branch:
commit 373745ae62faa02abe6c4a23486d1f6a851043f1
Author: Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at>
Date:   Tue Jan 6 10:13:25 2009 +0000

    1l: Forgot to rename header guard.
    
    Originally committed as revision 16448 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h
index 2daeb13..5ed3206 100644
--- a/libavcodec/vdpau.h
+++ b/libavcodec/vdpau.h
@@ -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 */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list