diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-05-15 23:03:55 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-15 23:03:55 +0000 |
commit | 26c520217300750cee241fcfc1f70a0c279b96a7 (patch) | |
tree | fe1b60235ee44dd3651481dfa3836a546169eb17 /libavcodec | |
parent | bcdab7e5477c7cd7132733479f9e3836f8ee5686 (diff) | |
download | ffmpeg-26c520217300750cee241fcfc1f70a0c279b96a7.tar.gz |
cosmetics: Use C-style comment delimiters with #endif directives.
Originally committed as revision 13174 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/acelp_filters.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/acelp_filters.h b/libavcodec/acelp_filters.h index 8c06892115..9e497caec6 100644 --- a/libavcodec/acelp_filters.h +++ b/libavcodec/acelp_filters.h @@ -112,4 +112,4 @@ void ff_acelp_high_pass_filter( const int16_t* in, int length); -#endif // FFMPEG_ACELP_FILTERS_H +#endif /* FFMPEG_ACELP_FILTERS_H */ |