]> git.sesse.net Git - ffmpeg/commit
avio: Apply avoptions on the URLContext itself as well
authorMartin Storsjö <martin@martin.st>
Fri, 27 Feb 2015 23:17:09 +0000 (01:17 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 24 Mar 2016 08:33:37 +0000 (10:33 +0200)
commitd44f3e4059506a182f59218b1e967d42b01e097c
treea7daaf17fc31b0fa4a0c5c1b2f7de93cdfa79bec
parent8a02a8031ef4f98faf5647f0e01a8922247bf748
avio: Apply avoptions on the URLContext itself as well

Currently the list of avoptions for URLContext is empty though,
but such options will be added.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/avio.c