mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-10 03:32:22 +08:00
Close parse context.
Patch by David LIU david liu st com Originally committed as revision 13962 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -28,6 +28,7 @@
|
||||
#include "parser.h"
|
||||
|
||||
typedef struct AACAC3ParseContext {
|
||||
ParseContext pc;
|
||||
int frame_size;
|
||||
int header_size;
|
||||
int (*sync)(uint64_t state, struct AACAC3ParseContext *hdr_info,
|
||||
@ -38,7 +39,6 @@ typedef struct AACAC3ParseContext {
|
||||
int bit_rate;
|
||||
int samples;
|
||||
|
||||
ParseContext pc;
|
||||
int remaining_size;
|
||||
uint64_t state;
|
||||
|
||||
|
Reference in New Issue
Block a user