mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-02 13:24:20 +08:00
lavc: Consistently prefix input buffer defines
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
@@ -476,7 +476,7 @@ static int mss2_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
|
||||
Rectangle wmv9rects[MAX_WMV9_RECTANGLES], *r;
|
||||
int used_rects = 0, i, implicit_rect = 0, av_uninit(wmv9_mask);
|
||||
|
||||
av_assert0(FF_INPUT_BUFFER_PADDING_SIZE >=
|
||||
av_assert0(AV_INPUT_BUFFER_PADDING_SIZE >=
|
||||
ARITH2_PADDING + (MIN_CACHE_BITS + 7) / 8);
|
||||
|
||||
init_get_bits(&gb, buf, buf_size * 8);
|
||||
|
||||
Reference in New Issue
Block a user