Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Drtpenc_mpegts.c33 AVDictionary* rtp_muxer_options; member
64 AVDictionary *rtp_muxer_options = NULL; in rtp_mpegts_write_header() local
117 av_dict_copy(&rtp_muxer_options, chain->rtp_muxer_options, 0); in rtp_mpegts_write_header()
118 ret = avformat_write_header(rtp_ctx, &rtp_muxer_options); in rtp_mpegts_write_header()
119 av_dict_free(&rtp_muxer_options); in rtp_mpegts_write_header()
179 { "rtp_muxer_options", "set list of options for the RTP muxer", OFFSET(rtp_muxer_options), AV_OPT_TYPE_DICT, {.str = NULL}, 0, 0, E },

Completed in 1 milliseconds