mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-25 14:09:14 +00:00
latm: remove superflous #includes
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
6081f8c4e2
commit
e153e9a53a
1 changed files with 1 additions and 6 deletions
|
@ -23,12 +23,7 @@
|
||||||
* AAC LATM parser
|
* AAC LATM parser
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <math.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
|
|
||||||
#include "parser.h"
|
#include "parser.h"
|
||||||
|
|
||||||
#define LATM_HEADER 0x56e000 // 0x2b7 (11 bits)
|
#define LATM_HEADER 0x56e000 // 0x2b7 (11 bits)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue