]> granicus.if.org Git - libvpx/blobdiff - vpx_scale/vpx_scale.h
Merge "Fix external resize memory issues."
[libvpx] / vpx_scale / vpx_scale.h
index 9ddf62efd4cb81cb23c432a82e3b5b96455f3f3e..43fcf9d66e18fbc8e87d1a2239b8bd2ec813e6da 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VPXSCALE_H
-#define VPXSCALE_H
+#ifndef VPX_SCALE_VPX_SCALE_H_
+#define VPX_SCALE_VPX_SCALE_H_
 
 #include "vpx_scale/yv12config.h"
 
@@ -24,4 +24,4 @@ extern void vpx_scale_frame(YV12_BUFFER_CONFIG *src,
                             unsigned int vratio,
                             unsigned int interlaced);
 
-#endif
+#endif  // VPX_SCALE_VPX_SCALE_H_