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
g729dec: remove useless headers
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Vitor Sessak
Michael Niedermayer
14 years ago
parent
9921613e82
commit
22dd24fc7d
1 changed files
with
1 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-5
libavcodec/g729dec.c
+ 1
- 5
libavcodec/g729dec.c
View File
@@ -18,13 +18,9 @@
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <stdlib.h>
#include <inttypes.h>
#include <limits.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <assert.h>
#include "avcodec.h"
#include "libavutil/avutil.h"
Write
Preview
Loading…
Cancel
Save