]> git.sesse.net Git - ffmpeg/commitdiff
vc2enc: use project-standard inclusion guards
authorRostislav Pehlivanov <atomnuker@gmail.com>
Wed, 10 Feb 2016 18:02:35 +0000 (18:02 +0000)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Wed, 10 Feb 2016 18:02:35 +0000 (18:02 +0000)
This was first reported on the mailing list in an earlier revision of this
encoder but was forgotten from the final commit.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
libavcodec/vc2enc_dwt.h

index ff595d4d7aa0ed4ab9787b0d7ca6e18cf7c61cf2..ce141d7a576539a3caf1677d7babbe2aaf438006 100644 (file)
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AVCODEC_VC2_TRANSFORMS_H
-#define AVCODEC_VC2_TRANSFORMS_H
+#ifndef AVCODEC_VC2ENC_DWT_H
+#define AVCODEC_VC2ENC_DWT_H
 
 #include <stdint.h>
 
@@ -51,4 +51,4 @@ typedef struct VC2TransformContext {
 int  ff_vc2enc_init_transforms(VC2TransformContext *t, int p_width, int p_height);
 void ff_vc2enc_free_transforms(VC2TransformContext *t);
 
-#endif /* AVCODEC_VC2_TRANSFORMS_H */
+#endif /* AVCODEC_VC2ENC_DWT_H */