Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg_opt.c1690 static OutputStream *new_video_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_video_stream() function
2107 case AVMEDIA_TYPE_VIDEO: ost = new_video_stream(o, oc, -1); break; in init_output_filter()
2264 new_video_stream(o, oc, idx); in open_output_file()
2377 case AVMEDIA_TYPE_VIDEO: ost = new_video_stream (o, oc, src_idx); break; in open_output_file()