diff options
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/rtpproto.c | 1 | ||||
-rw-r--r-- | libavformat/rtspdec.c | 1 | ||||
-rw-r--r-- | libavformat/smush.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index 840a36d..0706cae 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -512,7 +512,6 @@ static int rtp_read(URLContext *h, uint8_t *buf, int size) if (h->flags & AVIO_FLAG_NONBLOCK) return AVERROR(EAGAIN); } - return len; } static int rtp_write(URLContext *h, const uint8_t *buf, int size) diff --git a/libavformat/rtspdec.c b/libavformat/rtspdec.c index a722b98..0cb8f53 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) diff --git a/libavformat/smush.c b/libavformat/smush.c index 5a9249a..fe544d8 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; } } |