Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2015-03-13 02:39:31 +0300
committerDiego Biurrun <diego@biurrun.de>2016-11-03 22:17:12 +0300
commit67351924fa91dea4339109100a4c0689f006581f (patch)
treecc181f4a144ce6d714cc3d945f721f1f1839b325 /libavformat/smush.c
parent99434f4df81b6801b2b535d5b9143305595784f6 (diff)
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;
}
}