From 2e8ad2d65af575de2baca3b97dd646827bd4a0bc Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 16 Feb 2016 21:36:29 +0100 Subject: avcodec/mpeg12: Remove duplicate block_last_index setting code Based on 7c25ffe070c286874a8c3513f7504b90e1626b0c and 58dd885f9ae7feee002773253e345e11e7142739 Signed-off-by: Michael Niedermayer --- libavcodec/mpeg12.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavcodec/mpeg12.h') diff --git a/libavcodec/mpeg12.h b/libavcodec/mpeg12.h index f8e2d23824..a20ef92368 100644 --- a/libavcodec/mpeg12.h +++ b/libavcodec/mpeg12.h @@ -53,8 +53,7 @@ static inline int decode_dc(GetBitContext *gb, int component) int ff_mpeg1_decode_block_intra(GetBitContext *gb, const uint16_t *quant_matrix, uint8_t *const scantable, int last_dc[3], - int16_t *block, int index, int qscale, - int block_last_index[12]); + int16_t *block, int index, int qscale); void ff_mpeg1_clean_buffers(MpegEncContext *s); int ff_mpeg1_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size, AVCodecParserContext *s); -- cgit v1.2.3