Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-03-31 01:34:22 +0400
committerDiego Biurrun <diego@biurrun.de>2012-04-04 16:54:13 +0400
commit3dde147ff92764b907db49b5237df7fd26359444 (patch)
tree0dc29e3d99bbed3ef427cc4892b8cc70594df959 /libavcodec/wma_common.c
parentd4f05ae3b6cb7707bcbe097a846e5dff8c8b28cd (diff)
cosmetics: Consistently place static, inline and av_cold attributes/keywords.
Diffstat (limited to 'libavcodec/wma_common.c')
-rw-r--r--libavcodec/wma_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wma_common.c b/libavcodec/wma_common.c
index 6ba5337f6a..d1d8045d62 100644
--- a/libavcodec/wma_common.c
+++ b/libavcodec/wma_common.c
@@ -28,7 +28,7 @@
*@param decode_flags codec compression features
*@return log2 of the number of output samples per frame
*/
-int av_cold ff_wma_get_frame_len_bits(int sample_rate, int version,
+av_cold int ff_wma_get_frame_len_bits(int sample_rate, int version,
unsigned int decode_flags)
{