projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7cd9ee
)
cosmetics: Consistently use C-style comments in #endif preprocessor directives.
author
Diego Biurrun
<diego@biurrun.de>
Sat, 3 May 2008 14:15:29 +0000
(14:15 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 3 May 2008 14:15:29 +0000
(14:15 +0000)
Originally committed as revision 13047 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/acelp_math.h
patch
|
blob
|
history
diff --git
a/libavcodec/acelp_math.h
b/libavcodec/acelp_math.h
index ffc70c4ce506bc5aff6aaced4389291852b2abf9..cab957e292ef8d9912c9584822e3efaeb43f0082 100644
(file)
--- a/
libavcodec/acelp_math.h
+++ b/
libavcodec/acelp_math.h
@@
-72,4
+72,4
@@
static int sum_of_squares(const int16_t* speech, int length, int offset, int shi
return sum;
}
-#endif /
/ FFMPEG_ACELP_MATH_H
+#endif /
* FFMPEG_ACELP_MATH_H */