diff options
author | Clément Bœsch <cboesch@gopro.com> | 2017-03-30 10:26:29 +0200 |
---|---|---|
committer | Clément Bœsch <cboesch@gopro.com> | 2017-03-30 10:26:29 +0200 |
commit | 03f5e80bdbbfa3229b6af3ad7bc94cc1468cc1b6 (patch) | |
tree | 22ff97ac03e7a5140ed6050060e50a8fa508c897 /libavformat/rtspdec.c | |
parent | f291a9a1adab8ba41e06073b8a9e51f528be6532 (diff) | |
parent | 67351924fa91dea4339109100a4c0689f006581f (diff) | |
download | ffmpeg-03f5e80bdbbfa3229b6af3ad7bc94cc1468cc1b6.tar.gz |
Merge commit '67351924fa91dea4339109100a4c0689f006581f'
* commit '67351924fa91dea4339109100a4c0689f006581f':
Drop unreachable break and return statements
Merged-by: Clément Bœsch <cboesch@gopro.com>
Diffstat (limited to 'libavformat/rtspdec.c')
-rw-r--r-- | libavformat/rtspdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rtspdec.c b/libavformat/rtspdec.c index a722b98e40..0cb8f53a4c 100644 --- a/libavformat/rtspdec.c +++ b/libavformat/rtspdec.c @@ -698,7 +698,6 @@ static int rtsp_listen(AVFormatContext *s) return AVERROR_INVALIDDATA; } } - return 0; } static int rtsp_probe(AVProbeData *p) |