]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mxfenc.c
avformat/hlsenc: set default http method to PUT when method is null
[ffmpeg] / libavformat / mxfenc.c
index 7733ef80774052e7422270859b86dded83a348f3..afea117d5a551c367fd49f1cd7bcf09b903b8135 100644 (file)
@@ -1169,8 +1169,6 @@ static void mxf_write_generic_sound_common(AVFormatContext *s, AVStream *st, con
             av_log(s, AV_LOG_WARNING, "d10_channelcount shall be set to 4 or 8 : the output will not comply to MXF D-10 specs\n");
         avio_wb32(pb, mxf->channel_count);
     } else {
-        if (show_warnings && mxf->channel_count != -1 && s->oformat != &ff_mxf_opatom_muxer)
-            av_log(s, AV_LOG_ERROR, "-d10_channelcount requires MXF D-10 and will be ignored\n");
         avio_wb32(pb, st->codecpar->channels);
     }