diff --git a/libavformat/http.c b/libavformat/http.c index 7e8d60999b..c5b5c53814 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -437,7 +437,6 @@ static int process_line(URLContext *h, char *line, int line_count, // the header at all if this is the case). } else { av_log(h, AV_LOG_WARNING, "Unknown content coding: %s\n", p); - return AVERROR(ENOSYS); } } }