diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-03-30 23:34:22 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-04-04 14:54:13 +0200 |
commit | 3dde147ff92764b907db49b5237df7fd26359444 (patch) | |
tree | 0dc29e3d99bbed3ef427cc4892b8cc70594df959 /libavcodec/wma_common.h | |
parent | d4f05ae3b6cb7707bcbe097a846e5dff8c8b28cd (diff) | |
download | ffmpeg-3dde147ff92764b907db49b5237df7fd26359444.tar.gz |
cosmetics: Consistently place static, inline and av_cold attributes/keywords.
Diffstat (limited to 'libavcodec/wma_common.h')
-rw-r--r-- | libavcodec/wma_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wma_common.h b/libavcodec/wma_common.h index cc4e38e149..3a786c3ae6 100644 --- a/libavcodec/wma_common.h +++ b/libavcodec/wma_common.h @@ -23,7 +23,7 @@ #include "libavutil/attributes.h" -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); #endif /* AVCODEC_WMA_COMMON_H */ |