aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/smush.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 /libavformat/smush.c
parent99434f4df81b6801b2b535d5b9143305595784f6 (diff)
downloadffmpeg-67351924fa91dea4339109100a4c0689f006581f.tar.gz
Drop unreachable break and return statements
Diffstat (limited to 'libavformat/smush.c')
-rw-r--r--libavformat/smush.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/smush.c b/libavformat/smush.c
index 262b941241..817e736bf7 100644
--- a/libavformat/smush.c
+++ b/libavformat/smush.c
@@ -129,7 +129,6 @@ static int smush_read_header(AVFormatContext *ctx)
break;
default:
return AVERROR_INVALIDDATA;
- break;
}
}