diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2009-09-22 17:05:19 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2009-09-22 17:05:19 +0000 |
commit | e704b012f23044f5e1e95f5237c6c541b57bb625 (patch) | |
tree | 6143c420572f54664b84c80e9a7af9e9c141b636 | |
parent | edd897b1b3327cd0c2cac3f6518750101fbcad4a (diff) | |
download | ffmpeg-e704b012f23044f5e1e95f5237c6c541b57bb625.tar.gz |
Mention SDDS so search engines will pick it up for when someone
needs to decode the SDDS tracks found on 35 mm movies.
Originally committed as revision 19968 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/atrac1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/atrac1.c b/libavcodec/atrac1.c index 746deab2ee..4dfb66e66a 100644 --- a/libavcodec/atrac1.c +++ b/libavcodec/atrac1.c @@ -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! */ |