OSDN Git Service

Fix audio output
authorMashiat Sarker Shakkhar <shahriman_ams@yahoo.com>
Mon, 2 Jan 2012 19:49:00 +0000 (01:49 +0600)
committerMashiat Sarker Shakkhar <shahriman_ams@yahoo.com>
Mon, 2 Jan 2012 19:51:36 +0000 (01:51 +0600)
commit2083a10abff252efc5a54c778e985516d520587a
tree639ad858e7f42e230406780fcb32b7d52b721190
parentf7166f7d8d29033a5c1371fb2340c3ada0889cb7
Fix audio output

Up until now, the decoder didn't output anything
in the data buffer. This fixes all the issues
related to sample format, removes leftover code
and actually outputs some audio to data buffer.

With this, the only sample we have can be played.
Seeking is still broken though.
libavcodec/wmalosslessdec.c