MCPcopy Create free account
hub / github.com/byhook/ffmpeg4android / new_attachment_stream

Function new_attachment_stream

ffmpeg-single-cmd/src/main/cpp/ffmpeg_opt.c:1810–1816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1808}
1809
1810static OutputStream *new_attachment_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
1811{
1812 OutputStream *ost = new_output_stream(o, oc, AVMEDIA_TYPE_ATTACHMENT, source_index);
1813 ost->stream_copy = 1;
1814 ost->finished = 1;
1815 return ost;
1816}
1817
1818static OutputStream *new_subtitle_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
1819{

Callers 1

open_output_fileFunction · 0.85

Calls 1

new_output_streamFunction · 0.85

Tested by

no test coverage detected