diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-02 17:00:04 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-02 17:00:04 +0000 |
commit | 224906414b7f157416dabc4f98c0d3076c631521 (patch) | |
tree | 73b8e0760d8dcdef94053e702fc475d4e5d572a3 /libavcodec/snow.h | |
parent | 064cd7a89770478a992f2e932402bf064a0a7024 (diff) | |
download | ffmpeg-224906414b7f157416dabc4f98c0d3076c631521.tar.gz |
Remove leading underscores from specifiers, they are reserved.
Originally committed as revision 9461 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/snow.h')
-rw-r--r-- | libavcodec/snow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/snow.h b/libavcodec/snow.h index d75d6e3e07..71bafa825f 100644 --- a/libavcodec/snow.h +++ b/libavcodec/snow.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef _SNOW_H -#define _SNOW_H +#ifndef SNOW_H +#define SNOW_H #include "dsputil.h" |