You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// if some of the output streams weren't primed, we cannot finish this process
42
+
if (!IsPrimed())
43
+
{
44
+
throwFFmpegException("You cannot close a muxer when one of the streams wasn't primed. You need to make sure all streams are primed before closing the muxer.");
45
+
}
46
+
41
47
/* Write the trailer, if any. The trailer must be written before you
42
48
* close the CodecContexts open when you wrote the header; otherwise
43
49
* av_write_trailer() may try to use memory that was freed on
0 commit comments