summaryrefslogtreecommitdiff
path: root/libavcodec/kbdwin.c
Commit message (Collapse)AuthorAgeFilesLines
* Use proper "" quotes for local header #includesDiego Biurrun2013-02-011-1/+1
|
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
|
* Move ff_kbd_window_init() to a separate fileMans Rullgard2011-03-191-0/+48
This function is not tightly coupled to mdct, and it's in the way of making a fixed-point mdct implementation. Signed-off-by: Mans Rullgard <mans@mansr.com>