Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@opendot.cl>2008-11-16 04:00:25 +0300
committerReynaldo H. Verdejo Pinochet <reynaldo@opendot.cl>2008-11-16 04:00:25 +0300
commit8e36385a63ee0311130266f8fd23fc5e375d50ce (patch)
treede89c7c8f41b3cdd502c17e9bb73ffe795559bbd /libavcodec/qcelpdec.c
parent1c3ae1abf2f415c628e546550c767777454f3681 (diff)
Credit Kenan Gillet for his contributions towards merging the SoC QCELP decoder.
Originally committed as revision 15839 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/qcelpdec.c')
-rw-r--r--libavcodec/qcelpdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/qcelpdec.c b/libavcodec/qcelpdec.c
index 04b714aec2..ce4ee842d1 100644
--- a/libavcodec/qcelpdec.c
+++ b/libavcodec/qcelpdec.c
@@ -23,6 +23,7 @@
* @file qcelpdec.c
* QCELP decoder
* @author Reynaldo H. Verdejo Pinochet
+ * @remark FFmpeg merging spearheaded by Kenan Gillet
*/
#include <stddef.h>