You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
xxan: remove write-only variable
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
8a90148dfe
commit
ff05fd6249
@@ -296,11 +296,8 @@ static int xan_decode_frame_type0(AVCodecContext *avctx)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (corr_off) {
|
if (corr_off) {
|
||||||
int corr_end, dec_size;
|
int dec_size;
|
||||||
|
|
||||||
corr_end = (s->gb.buffer_end - s->gb.buffer_start);
|
|
||||||
if (chroma_off > corr_off)
|
|
||||||
corr_end = chroma_off;
|
|
||||||
bytestream2_seek(&s->gb, 8 + corr_off, SEEK_SET);
|
bytestream2_seek(&s->gb, 8 + corr_off, SEEK_SET);
|
||||||
dec_size = xan_unpack(s, s->scratch_buffer, s->buffer_size);
|
dec_size = xan_unpack(s, s->scratch_buffer, s->buffer_size);
|
||||||
if (dec_size < 0)
|
if (dec_size < 0)
|
||||||
|
Reference in New Issue
Block a user