OSDN Git Service

wavpack: return 0 instead of samples count from decoding functions
authorAnton Khirnov <anton@khirnov.net>
Sun, 26 May 2013 08:32:56 +0000 (10:32 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 28 May 2013 06:03:02 +0000 (08:03 +0200)
commit474fb0c9d9c626a1294f10f18c1a384c454baa0a
treeb1dae8e0c783b897dcac49faa0b65b853943a28f
parent528daa399018af74d52192eb1861d2b59d256111
wavpack: return 0 instead of samples count from decoding functions

The caller never cares about the number of decoded samples, so this only
confuses the reader.
libavcodec/wavpack.c