From 940d8f7614f6609eda3521f3b0d9efe5e48ac4a5 Mon Sep 17 00:00:00 2001 From: Benjamin Larsson Date: Thu, 12 Apr 2007 15:37:23 +0000 Subject: [PATCH] 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 --- libavcodec/cook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *