]> git.sesse.net Git - ffmpeg/commit
rtsp: Expose the flag options via private AVOptions for sdp and rtp, too
authorMartin Storsjö <martin@martin.st>
Mon, 17 Oct 2011 17:07:56 +0000 (20:07 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 17 Oct 2011 19:02:31 +0000 (22:02 +0300)
commit51369f2891f756bcca4d7283d5a24c0529c1d6e1
treedb49f889a9ac156507712d1ee260f7491d7ea6fb
parent3a6765fb5d263f1b16be57d5564678147ba7f438
rtsp: Expose the flag options via private AVOptions for sdp and rtp, too

This allows setting the filter_src option for these demuxers, too,
which wasn't possible at all before (where the option only was set
via URL parameters for RTSP).

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