mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
avcodec/rv10: Remove write-only assignments
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
eb0beffcb3
commit
fee9520716
@ -498,12 +498,6 @@ static int rv10_decode_packet(AVCodecContext *avctx, const uint8_t *buf,
|
||||
s->rv10_first_dc_coded[0] = 0;
|
||||
s->rv10_first_dc_coded[1] = 0;
|
||||
s->rv10_first_dc_coded[2] = 0;
|
||||
s->block_wrap[0] =
|
||||
s->block_wrap[1] =
|
||||
s->block_wrap[2] =
|
||||
s->block_wrap[3] = s->b8_stride;
|
||||
s->block_wrap[4] =
|
||||
s->block_wrap[5] = s->mb_stride;
|
||||
ff_init_block_index(s);
|
||||
|
||||
/* decode each macroblock */
|
||||
|
Loading…
Reference in New Issue
Block a user