]> git.sesse.net Git - ffmpeg/commit
avformat/dashenc: use AV_OPT_TYPE_DICT for http_opts
authorMarton Balint <cus@passwd.hu>
Sun, 2 Feb 2020 21:58:08 +0000 (22:58 +0100)
committerMarton Balint <cus@passwd.hu>
Mon, 3 Feb 2020 20:42:35 +0000 (21:42 +0100)
commit3cdc71348e032cb51de8b240e2385fc55116c752
treed5e5efd5aa7631090d7c36c54a905aac6d430a60
parentb93098253eceb8f7a7ba8486ba57dfb1cd190c54
avformat/dashenc: use AV_OPT_TYPE_DICT for http_opts

This changes the separator character from comma to colon, but since this option
was only added recently I think it should be done for consistency with other
similar options.

Signed-off-by: Marton Balint <cus@passwd.hu>
doc/muxers.texi
libavformat/dashenc.c