diff options
author | Bartlomiej Wolowiec <bartek.wolowiec@gmail.com> | 2008-04-07 20:54:08 +0000 |
---|---|---|
committer | Bartlomiej Wolowiec <bartek.wolowiec@gmail.com> | 2008-04-07 20:54:08 +0000 |
commit | c09ed33e186ea0ba4ab96599bd69aea462aabeda (patch) | |
tree | de7576a064c9ad042ed55f3a155896eb6c57c6cb /libavcodec/aac_ac3_parser.h | |
parent | 0a5754c3b729cf8fc9b938ac0724ee7261aa1606 (diff) | |
download | ffmpeg-c09ed33e186ea0ba4ab96599bd69aea462aabeda.tar.gz |
Corrections of errors in aac_ac3_parser
Originally committed as revision 12759 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aac_ac3_parser.h')
-rw-r--r-- | libavcodec/aac_ac3_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aac_ac3_parser.h b/libavcodec/aac_ac3_parser.h index d5b78f7bc4..2049dc7097 100644 --- a/libavcodec/aac_ac3_parser.h +++ b/libavcodec/aac_ac3_parser.h @@ -43,6 +43,7 @@ typedef struct AACAC3ParseContext { int need_next_header; int new_frame_start; + int frame_in_buffer; } AACAC3ParseContext; int ff_aac_ac3_parse(AVCodecParserContext *s1, |