This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
1c3ae1abf2
commit
8e36385a63
2 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/qcelpdata.h
+1
-0
libavcodec/qcelpdec.c
+ 1
- 0
libavcodec/qcelpdata.h
View File
@@ -26,6 +26,7 @@
* @file qcelpdata.h
* @file qcelpdata.h
* Data tables for the QCELP decoder
* Data tables for the QCELP decoder
* @author Reynaldo H. Verdejo Pinochet
* @author Reynaldo H. Verdejo Pinochet
* @remark FFmpeg merging spearheaded by Kenan Gillet
*/
*/
#include <stdint.h>
#include <stdint.h>
+ 1
- 0
libavcodec/qcelpdec.c
View File
@@ -23,6 +23,7 @@
* @file qcelpdec.c
* @file qcelpdec.c
* QCELP decoder
* QCELP decoder
* @author Reynaldo H. Verdejo Pinochet
* @author Reynaldo H. Verdejo Pinochet
* @remark FFmpeg merging spearheaded by Kenan Gillet
*/
*/
#include <stddef.h>
#include <stddef.h>
Write
Preview
Loading…
Cancel
Save