X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fdca_parser.c;h=337a99d2cb3b98753e9abd6d2f6bc5fa8b448b13;hb=f01e3c5d000d264b2935e186594a37a3c00f9465;hp=9dafe706e228d62e122c0f5ab52498ce6794c4c0;hpb=bc3f19641ce37d14f9cfd7e2693c4833b63fba7d;p=ffmpeg diff --git a/libavcodec/dca_parser.c b/libavcodec/dca_parser.c index 9dafe706e22..337a99d2cb3 100644 --- a/libavcodec/dca_parser.c +++ b/libavcodec/dca_parser.c @@ -113,7 +113,7 @@ static int dca_parse_params(const uint8_t *buf, int buf_size, int *duration, int *sample_rate, int *framesize) { GetBitContext gb; - uint8_t hdr[12 + FF_INPUT_BUFFER_PADDING_SIZE] = { 0 }; + uint8_t hdr[12 + AV_INPUT_BUFFER_PADDING_SIZE] = { 0 }; int ret, sample_blocks, sr_code; if (buf_size < 12)