]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/http.c
Merge commit '25c7db7cc99d74fe6fb56a6fd52c9b5f1591e448'
[ffmpeg] / libavformat / http.c
index 7e8d60999b0a14550d185620118a5de6e426bead..c5b5c53814fcb1003176cf5d4559d0c9d0606427 100644 (file)
@@ -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);
             }
         }
     }