OSDN Git Service

nellymoserdec: drop support for s16 output.
authorAnton Khirnov <anton@khirnov.net>
Sun, 22 Jul 2012 09:19:01 +0000 (11:19 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 16 Sep 2012 07:44:26 +0000 (09:44 +0200)
commit66f52d0c3d465b85f5c9912ea78b0435279b522e
tree9029d069a1fd70797a19ed4f68cdd809587c1488
parent8b78c2969a5b7dca939d93bf525aa2bcd737b5d9
nellymoserdec: drop support for s16 output.

It internally decodes as float and then converts to s16 by a call to
float_to_int16(). The caller can do this just as well by using lavr.
libavcodec/nellymoserdec.c