Home
last modified time | relevance | path

Searched refs:new_output_stream (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg_opt.c1524 static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, enum AVMediaType typ… in new_output_stream() function
1806 ost = new_output_stream(o, oc, AVMEDIA_TYPE_VIDEO, source_index); in new_video_stream()
2044 ost = new_output_stream(o, oc, AVMEDIA_TYPE_AUDIO, source_index); in new_audio_stream()
2141 ost = new_output_stream(o, oc, AVMEDIA_TYPE_DATA, source_index); in new_data_stream()
2154 ost = new_output_stream(o, oc, AVMEDIA_TYPE_UNKNOWN, source_index); in new_unknown_stream()
2165 OutputStream *ost = new_output_stream(o, oc, AVMEDIA_TYPE_ATTACHMENT, source_index); in new_attachment_stream()
2177 ost = new_output_stream(o, oc, AVMEDIA_TYPE_SUBTITLE, source_index); in new_subtitle_stream()