summaryrefslogtreecommitdiffstats
path: root/libavcodec/indeo3.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2015-03-13 00:39:31 +0100
committerDiego Biurrun <diego@biurrun.de>2016-11-03 20:17:12 +0100
commit67351924fa91dea4339109100a4c0689f006581f (patch)
treecc181f4a144ce6d714cc3d945f721f1f1839b325 /libavcodec/indeo3.c
parent99434f4df81b6801b2b535d5b9143305595784f6 (diff)
downloadffmpeg-streaming-67351924fa91dea4339109100a4c0689f006581f.zip
ffmpeg-streaming-67351924fa91dea4339109100a4c0689f006581f.tar.gz
Drop unreachable break and return statements
Diffstat (limited to 'libavcodec/indeo3.c')
-rw-r--r--libavcodec/indeo3.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c
index 89c11e6..314548f 100644
--- a/libavcodec/indeo3.c
+++ b/libavcodec/indeo3.c
@@ -831,8 +831,6 @@ static int parse_bintree(Indeo3DecodeContext *ctx, AVCodecContext *avctx,
break;
}
}//while
-
- return 0;
}
OpenPOWER on IntegriCloud