Searched refs:new_audio_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.c1425 static OutputStream *new_audio_stream(OptionsContext *o, AVFormatContext *oc, int source_index) function
1659 case AVMEDIA_TYPE_AUDIO: ost = new_audio_stream(o, oc, -1); break;
1864 new_audio_stream(o, oc, idx);
1921 case AVMEDIA_TYPE_AUDIO: ost = new_audio_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.c3528 static void new_audio_stream(AVFormatContext *oc, int file_idx) function
3679 else if (!strcmp(opt, "newaudio" )) new_audio_stream (oc, file_idx);
3780 if (use_audio) new_audio_stream(oc, nb_output_files);
H A Davconv.c3701 static OutputStream *new_audio_stream(OptionsContext *o, AVFormatContext *oc) function
3922 case AVMEDIA_TYPE_AUDIO: ost = new_audio_stream(o, oc); break;

Completed in 136 milliseconds