Browse Source

Credit Kenan Gillet for his contributions towards merging the SoC QCELP decoder.

Originally committed as revision 15839 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Reynaldo H. Verdejo Pinochet 17 years ago
parent
commit
8e36385a63
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      libavcodec/qcelpdata.h
  2. +1
    -0
      libavcodec/qcelpdec.c

+ 1
- 0
libavcodec/qcelpdata.h View File

@@ -26,6 +26,7 @@
* @file qcelpdata.h
* Data tables for the QCELP decoder
* @author Reynaldo H. Verdejo Pinochet
* @remark FFmpeg merging spearheaded by Kenan Gillet
*/

#include <stdint.h>


+ 1
- 0
libavcodec/qcelpdec.c View File

@@ -23,6 +23,7 @@
* @file qcelpdec.c
* QCELP decoder
* @author Reynaldo H. Verdejo Pinochet
* @remark FFmpeg merging spearheaded by Kenan Gillet
*/

#include <stddef.h>


Loading…
Cancel
Save