mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Credit Kenan Gillet for his contributions towards merging the SoC QCELP decoder.
Originally committed as revision 15839 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1c3ae1abf2
commit
8e36385a63
@ -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>
|
||||
|
@ -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…
Reference in New Issue
Block a user