Searched refs:new_output_stream (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | ffmpeg_opt.c | 1424 static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, enum AVMediaType typ… in new_output_stream() function 1697 ost = new_output_stream(o, oc, AVMEDIA_TYPE_VIDEO, source_index); in new_video_stream() 1908 ost = new_output_stream(o, oc, AVMEDIA_TYPE_AUDIO, source_index); in new_audio_stream() 1978 ost = new_output_stream(o, oc, AVMEDIA_TYPE_DATA, source_index); in new_data_stream() 1991 ost = new_output_stream(o, oc, AVMEDIA_TYPE_UNKNOWN, source_index); in new_unknown_stream() 2002 OutputStream *ost = new_output_stream(o, oc, AVMEDIA_TYPE_ATTACHMENT, source_index); in new_attachment_stream() 2014 ost = new_output_stream(o, oc, AVMEDIA_TYPE_SUBTITLE, source_index); in new_subtitle_stream()
|