diff options
author | Alex Converse <alex.converse@gmail.com> | 2012-01-27 10:36:35 -0800 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2012-01-27 17:19:09 -0800 |
commit | 7181c4edee636beaf520344766ae5bd8a9d9d15a (patch) | |
tree | f60f2392bdad7910b446e259b8c6f66fe31078ca /libavcodec/amrnbdata.h | |
parent | e771e6dd63e837220aa5d959486546d2be972e83 (diff) | |
download | ffmpeg-7181c4edee636beaf520344766ae5bd8a9d9d15a.tar.gz |
cosmetics: Remove extra newlines at EOF
Diffstat (limited to 'libavcodec/amrnbdata.h')
-rw-r--r-- | libavcodec/amrnbdata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/amrnbdata.h b/libavcodec/amrnbdata.h index d6d1f34562..26ff7fb40e 100644 --- a/libavcodec/amrnbdata.h +++ b/libavcodec/amrnbdata.h @@ -1669,4 +1669,3 @@ static const float highpass_poles[2] = { -1.933105469, 0.935913085 }; static const float highpass_gain = 0.939819335; #endif /* AVCODEC_AMRNBDATA_H */ - |