Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmmsh.c217 char *stream_selection = NULL; in mmsh_open_internal() local
273 stream_selection = av_mallocz(mms->stream_num * 19 + 1); in mmsh_open_internal()
274 if (!stream_selection) in mmsh_open_internal()
281 av_strlcat(stream_selection, tmp, mms->stream_num * 19 + 1); in mmsh_open_internal()
295 host, port, mmsh->request_seq++, mms->stream_num, stream_selection, timestamp); in mmsh_open_internal()
296 av_freep(&stream_selection); in mmsh_open_internal()
318 av_freep(&stream_selection); in mmsh_open_internal()