Commit d2db1bb7 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/http: dont fail with unknown Content-Encodings

Fixes: http://m1.file.xiami.com/282/23282/343749/1769075752_709488_l.mp3Based-on-patch-by: 's avatarCrossle Song <sxm@yixia.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e0b2bdd3
......@@ -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);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment