diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-12-09 13:35:21 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-12-17 17:02:22 +0100 |
commit | 81c7c817a43c5d8fc9a09910ecd159cf8dcdb8be (patch) | |
tree | c1a4c17af8f0f58f579f613bd46eefa0e3eb6c91 /libavcodec/options_table.h | |
parent | 0cf3505930913d3584b215f6912de04ff41366e0 (diff) | |
download | ffmpeg-81c7c817a43c5d8fc9a09910ecd159cf8dcdb8be.tar.gz |
cosmetics: Use consistent names for multiple inclusion guards.
Diffstat (limited to 'libavcodec/options_table.h')
-rw-r--r-- | libavcodec/options_table.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h index 624239e72e..ddbc00c13d 100644 --- a/libavcodec/options_table.h +++ b/libavcodec/options_table.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef AVCODEC_OPTIONS_TABLE -#define AVCODEC_OPTIONS_TABLE +#ifndef AVCODEC_OPTIONS_TABLE_H +#define AVCODEC_OPTIONS_TABLE_H #include <float.h> #include <limits.h> @@ -413,4 +413,4 @@ static const AVOption options[]={ #undef DEFAULT #undef OFFSET -#endif // AVCODEC_OPTIONS_TABLE +#endif /* AVCODEC_OPTIONS_TABLE_H */ |