summaryrefslogtreecommitdiff
path: root/libavformat/options_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/options_table.h')
-rw-r--r--libavformat/options_table.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/options_table.h b/libavformat/options_table.h
index 4beee5db24..d1e2a0ce6c 100644
--- a/libavformat/options_table.h
+++ b/libavformat/options_table.h
@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef AVFORMAT_OPTIONS_TABLE
-#define AVFORMAT_OPTIONS_TABLE
+#ifndef AVFORMAT_OPTIONS_TABLE_H
+#define AVFORMAT_OPTIONS_TABLE_H
#include <limits.h>
@@ -65,4 +65,4 @@ static const AVOption options[]={
#undef DEFAULT
#undef OFFSET
-#endif // AVFORMAT_OPTIONS_TABLE
+#endif /* AVFORMAT_OPTIONS_TABLE_H */