diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2007-04-12 15:37:23 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2007-04-12 15:37:23 +0000 |
commit | 940d8f7614f6609eda3521f3b0d9efe5e48ac4a5 (patch) | |
tree | 562306feef4ce5155f69bdc8296c068eb9964275 /libavcodec/cook.c | |
parent | 4303c9bf62a3c417a6298a7a7ab76f5ea4cab0e0 (diff) | |
download | ffmpeg-940d8f7614f6609eda3521f3b0d9efe5e48ac4a5.tar.gz |
As usual Real actually took something existing and rebranded it.
Cook looks very much like G.722.1.
Originally committed as revision 8723 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cook.c')
-rw-r--r-- | libavcodec/cook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cook.c b/libavcodec/cook.c index 32b1081cc2..a3f4e3354d 100644 --- a/libavcodec/cook.c +++ b/libavcodec/cook.c @@ -23,7 +23,7 @@ /** * @file cook.c - * Cook compatible decoder. + * Cook compatible decoder. Bastardization of the G.722.1 standard. * This decoder handles RealNetworks, RealAudio G2 data. * Cook is identified by the codec name cook in RM files. * |