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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dffmpeg.c3589 static void new_data_stream(AVFormatContext *oc, int file_idx) function
3681 else if (!strcmp(opt, "newdata" )) new_data_stream (oc, file_idx);
3782 if (use_data) new_data_stream(oc, nb_output_files);
H A Davconv.c3731 static OutputStream *new_data_stream(OptionsContext *o, AVFormatContext *oc) function
3924 case AVMEDIA_TYPE_DATA: ost = new_data_stream(o, oc); break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c1496 static OutputStream *new_data_stream(OptionsContext *o, AVFormatContext *oc, int source_index) function
1923 case AVMEDIA_TYPE_DATA: ost = new_data_stream (o, oc, src_idx); break;

Completed in 102 milliseconds