OSDN Git Service

avcodec/vorbisenc: Use fdsp for applying windows
authorTyler Jones <tdjones879@gmail.com>
Tue, 30 May 2017 15:14:36 +0000 (09:14 -0600)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Mon, 5 Jun 2017 15:35:03 +0000 (16:35 +0100)
commit79941602a317b45dcf3d1c4d700fe4678e02a0fe
treeaa63494865a091c00523b482226c46dc5e6adba1
parent610864dc36e2c485b4508b774b0199e67e9e8999
avcodec/vorbisenc: Use fdsp for applying windows

Using fdsp improves readability and allows using architecture-specific
optimizations.

Signed-off-by: Tyler Jones <tdjones879@gmail.com>
libavcodec/vorbisenc.c