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
latm: remove superflous #includes
Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.8
Mans Rullgard
14 years ago
parent
6081f8c4e2
commit
e153e9a53a
1 changed files
with
1 additions
and
6 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-6
libavcodec/latm_parser.c
+ 1
- 6
libavcodec/latm_parser.c
View File
@@ -23,12 +23,7 @@
* AAC LATM parser
* AAC LATM parser
*/
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <sys/types.h>
#include <stdint.h>
#include "parser.h"
#include "parser.h"
#define LATM_HEADER 0x56e000 // 0x2b7 (11 bits)
#define LATM_HEADER 0x56e000 // 0x2b7 (11 bits)
Write
Preview
Loading…
Cancel
Save