mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-10 03:32:22 +08:00
include all prerequisites in header files
Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -23,6 +23,9 @@
|
||||
#ifndef AAC_AC3_PARSER_H
|
||||
#define AAC_AC3_PARSER_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "avcodec.h"
|
||||
|
||||
typedef struct AACAC3ParseContext {
|
||||
uint8_t *inbuf_ptr;
|
||||
int frame_size;
|
||||
|
Reference in New Issue
Block a user