]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ac3_parser.c
aacenc: populate the sce->ics.swb_offset table pointer
[ffmpeg] / libavcodec / ac3_parser.c
index 678f08d2d754614b69a57aea196ed3c58db28ba3..5ab5627a46f43eb60a5d668201fa5a8c86e257e6 100644 (file)
@@ -166,7 +166,7 @@ static int ac3_sync(uint64_t state, AACAC3ParseContext *hdr_info,
     int err;
     union {
         uint64_t u64;
-        uint8_t  u8[8 + FF_INPUT_BUFFER_PADDING_SIZE];
+        uint8_t  u8[8 + AV_INPUT_BUFFER_PADDING_SIZE];
     } tmp = { av_be2ne64(state) };
     AC3HeaderInfo hdr, *phdr = &hdr;
     GetBitContext gbc;