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:
-rw-r--r--libavformat/http.c1
1 files changed, 0 insertions, 1 deletions
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);
}
}
}