Revision 8719b5dd libavcodec/latm_parser.c
libavcodec/latm_parser.c | ||
---|---|---|
23 | 23 |
* AAC LATM parser |
24 | 24 |
*/ |
25 | 25 |
|
26 |
#include <stdio.h> |
|
27 |
#include <stdlib.h> |
|
28 |
#include <string.h> |
|
29 |
#include <math.h> |
|
30 |
#include <sys/types.h> |
|
31 |
|
|
26 |
#include <stdint.h> |
|
32 | 27 |
#include "parser.h" |
33 | 28 |
|
34 | 29 |
#define LATM_HEADER 0x56e000 // 0x2b7 (11 bits) |
Also available in: Unified diff