]> granicus.if.org Git - libvpx/blobdiff - args.h
Test decode and find mismatch in vp9 svc example encoder.
[libvpx] / args.h
diff --git a/args.h b/args.h
index 54abe04607d97903212315bd1a04981b5335728e..aae8ec06a5399c47e4b7abfb3ce59f4f83ea4f1c 100644 (file)
--- a/args.h
+++ b/args.h
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef ARGS_H_
-#define ARGS_H_
+#ifndef VPX_ARGS_H_
+#define VPX_ARGS_H_
 #include <stdio.h>
 
 #ifdef __cplusplus
@@ -60,4 +60,4 @@ int arg_parse_enum_or_int(const struct arg *arg);
 }  // extern "C"
 #endif
 
-#endif  // ARGS_H_
+#endif  // VPX_ARGS_H_