summaryrefslogtreecommitdiff
path: root/libavcodec/flicvideo.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-03-22 03:36:31 +0000
committerMichael Niedermayer <michaelni@gmx.at>2012-03-22 13:24:36 +0100
commit8678af542cee11a2bc83165423ee4ae83308d0cc (patch)
tree9de5b5a123b994ce2b007e6f8e762906ce7d89b8 /libavcodec/flicvideo.c
parentf2b91bd63ad3549ed89b8bfb96cc4a3448c0c0da (diff)
flicvideo: remove dead store
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/flicvideo.c')
-rw-r--r--libavcodec/flicvideo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c
index 01962e1122..0434261f10 100644
--- a/libavcodec/flicvideo.c
+++ b/libavcodec/flicvideo.c
@@ -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 */
- depth = 0;
if (s->avctx->extradata_size == 12) {
/* special case for magic carpet FLIs */
s->fli_type = FLC_MAGIC_CARPET_SYNTHETIC_TYPE_CODE;