summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_dk3adpcm.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-31 13:09:23 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-31 13:09:23 +0000
commit09d8c4ddf00a4cbc41a2102f661919f775be65ff (patch)
tree0ec6dd0a0cddfba3fe0631e9866c0895c7550482 /libmpcodecs/ad_dk3adpcm.c
parente68ab1115cac4df6eca47d9894bf48508350c4df (diff)
downloadmpv-09d8c4ddf00a4cbc41a2102f661919f775be65ff.tar.bz2
mpv-09d8c4ddf00a4cbc41a2102f661919f775be65ff.tar.xz
-afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7192 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/ad_dk3adpcm.c')
-rw-r--r--libmpcodecs/ad_dk3adpcm.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/libmpcodecs/ad_dk3adpcm.c b/libmpcodecs/ad_dk3adpcm.c
index a6b2c94639..83f3781dcf 100644
--- a/libmpcodecs/ad_dk3adpcm.c
+++ b/libmpcodecs/ad_dk3adpcm.c
@@ -2,6 +2,9 @@
DK3 ADPCM Decoder for MPlayer
by Mike Melanson
+ "This format number was used by Duck Corp. but not officially
+ registered with Microsoft"
+
This file is responsible for decoding audio data encoded with
Duck Corp's DK3 ADPCM algorithm. Details about the data format
can be found here:
@@ -18,11 +21,11 @@
static ad_info_t info =
{
- "Duck DK3 ADPCM decoder",
+ "Duck Corp. DK3 ADPCM decoder",
"dk3adpcm",
"Nick Kurshev",
"Mike Melanson",
- "This format number was used by Duck Corp. but not officially registered with Microsoft"
+ ""
};
LIBAD_EXTERN(dk3adpcm)