Mercurial > libavcodec.hg
changeset 10225:d884c0b7af2f libavcodec
Mention SDDS so search engines will pick it up for when someone
needs to decode the SDDS tracks found on 35 mm movies.
author | banan |
---|---|
date | Tue, 22 Sep 2009 17:05:19 +0000 |
parents | 47f2b03e0c62 |
children | 2ab0e95bc837 |
files | atrac1.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/atrac1.c Tue Sep 22 17:03:28 2009 +0000 +++ b/atrac1.c Tue Sep 22 17:05:19 2009 +0000 @@ -23,7 +23,7 @@ /** * @file libavcodec/atrac1.c * Atrac 1 compatible decoder. - * This decoder handles raw ATRAC1 data. + * This decoder handles raw ATRAC1 data and probably SDDS data. */ /* Many thanks to Tim Craig for all the help! */