Skip to content
Snippets Groups Projects
Commit 895b888f authored by Derek Buitenhuis's avatar Derek Buitenhuis
Browse files
parents e5fe75ae 521dc783
No related branches found
No related tags found
No related merge requests found
...@@ -365,12 +365,6 @@ FF_ENABLE_DEPRECATION_WARNINGS ...@@ -365,12 +365,6 @@ FF_ENABLE_DEPRECATION_WARNINGS
codec->codec_tag = av_codec_get_tag(of->codec_tag, codec->codec_id); codec->codec_tag = av_codec_get_tag(of->codec_tag, codec->codec_id);
} }
if (of->flags & AVFMT_GLOBALHEADER &&
!(codec->flags & AV_CODEC_FLAG_GLOBAL_HEADER))
av_log(s, AV_LOG_WARNING,
"Codec for stream %d does not use global headers "
"but container format requires global headers\n", i);
if (codec->codec_type != AVMEDIA_TYPE_ATTACHMENT) if (codec->codec_type != AVMEDIA_TYPE_ATTACHMENT)
s->internal->nb_interleaved_streams++; s->internal->nb_interleaved_streams++;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment