Searched refs:stream_selection (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmmsh.c217 char *stream_selection = NULL; local
265 stream_selection = av_mallocz(mms->stream_num * 19 + 1);
266 if (!stream_selection)
273 av_strlcat(stream_selection, tmp, mms->stream_num * 19 + 1);
286 host, port, mmsh->request_seq++, mms->stream_num, stream_selection);
287 av_freep(&stream_selection);
309 av_freep(&stream_selection);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmmsh.c218 char *stream_selection = NULL; local
266 stream_selection = av_mallocz(mms->stream_num * 19 + 1);
267 if (!stream_selection)
274 av_strlcat(stream_selection, tmp, mms->stream_num * 19 + 1);
288 host, port, mmsh->request_seq++, mms->stream_num, stream_selection, timestamp);
289 av_freep(&stream_selection);
311 av_freep(&stream_selection);

Completed in 89 milliseconds