]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aac_ac3_parser.h
Fixed-point LSP and LPC decoding routines for ACELP-based codecs
[ffmpeg] / libavcodec / aac_ac3_parser.h
index d5b78f7bc4a3d55b31f6a3ec8e0bc398414df9ab..37a94c8d50baf4b59ac042700b71a649808fc222 100644 (file)
@@ -42,7 +42,6 @@ typedef struct AACAC3ParseContext {
     uint64_t state;
 
     int need_next_header;
-    int new_frame_start;
 } AACAC3ParseContext;
 
 int ff_aac_ac3_parse(AVCodecParserContext *s1,