diff options
author | Mashiat Sarker Shakkhar <shahriman_ams@yahoo.com> | 2012-03-01 12:43:00 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-02 19:10:29 +0100 |
commit | 9d25f1f6194dba9cfd60c0596aa59ad145d61382 (patch) | |
tree | ffe2a145aa9c9d31f95904ec4e0fd01ae73f4f6f /doc | |
parent | 9243ec4a508c81a621e941bb7e012e2d45d93659 (diff) | |
download | ffmpeg-9d25f1f6194dba9cfd60c0596aa59ad145d61382.tar.gz |
Windows Media Audio Lossless decoder
Decodes 16-bit WMA Lossless encoded files. 24-bit is not supported yet.
Bitstream parser written by Andreas Ă–man with contributions from
Baptiste Coudurier and Ulion.
Includes a number of bug-fixes from Benjamin Larsson, Michael Niedermayer and
Konstantin Shishkov, shine and polish by Diego Biurrun.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index c61951ac71..9f3108129b 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -768,6 +768,7 @@ following image formats are supported: @item Westwood Audio (SND1) @tab @tab X @item Windows Media Audio 1 @tab X @tab X @item Windows Media Audio 2 @tab X @tab X +@item Windows Media Audio Lossless @tab @tab X @item Windows Media Audio Pro @tab @tab X @item Windows Media Audio Voice @tab @tab X @end multitable |