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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c1266 static OutputStream *new_video_stream(OptionsContext *o, AVFormatContext *oc, int source_index) function
1658 case AVMEDIA_TYPE_VIDEO: ost = new_video_stream(o, oc, -1); break;
1849 new_video_stream(o, oc, idx);
1920 case AVMEDIA_TYPE_VIDEO: ost = new_video_stream (o, oc, src_idx); break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dffmpeg.c3397 static void new_video_stream(AVFormatContext *oc, int file_idx) function
3678 if (!strcmp(opt, "newvideo" )) new_video_stream (oc, file_idx);
3779 if (use_video) new_video_stream(oc, nb_output_files);
H A Davconv.c3585 static OutputStream *new_video_stream(OptionsContext *o, AVFormatContext *oc) function
3921 case AVMEDIA_TYPE_VIDEO: ost = new_video_stream(o, oc); break;

Completed in 150 milliseconds