mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
flicvideo: remove dead store
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f2b91bd63a
commit
8678af542c
@ -93,7 +93,6 @@ static av_cold int flic_decode_init(AVCodecContext *avctx)
|
|||||||
|
|
||||||
s->fli_type = AV_RL16(&fli_header[4]); /* Might be overridden if a Magic Carpet FLC */
|
s->fli_type = AV_RL16(&fli_header[4]); /* Might be overridden if a Magic Carpet FLC */
|
||||||
|
|
||||||
depth = 0;
|
|
||||||
if (s->avctx->extradata_size == 12) {
|
if (s->avctx->extradata_size == 12) {
|
||||||
/* special case for magic carpet FLIs */
|
/* special case for magic carpet FLIs */
|
||||||
s->fli_type = FLC_MAGIC_CARPET_SYNTHETIC_TYPE_CODE;
|
s->fli_type = FLC_MAGIC_CARPET_SYNTHETIC_TYPE_CODE;
|
||||||
|
Loading…
Reference in New Issue
Block a user