[FFmpeg-cvslog] flicvideo: remove dead store
Paul B Mahol
git at videolan.org
Thu Mar 22 14:03:30 CET 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Thu Mar 22 03:36:31 2012 +0000| [8678af542cee11a2bc83165423ee4ae83308d0cc] | committer: Michael Niedermayer
flicvideo: remove dead store
Signed-off-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8678af542cee11a2bc83165423ee4ae83308d0cc
---
libavcodec/flicvideo.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c
index 01962e1..0434261 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;
More information about the ffmpeg-cvslog
mailing list