]> git.sesse.net Git - ffmpeg/commit
udp: pick params from AVOptions also
authorAndrey Utkin <andrey.krieger.utkin@gmail.com>
Thu, 13 Sep 2012 11:10:26 +0000 (14:10 +0300)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 15 Sep 2012 20:13:21 +0000 (22:13 +0200)
commitaefed6ca87971a9d277157c92fef4cdd42c5c1e2
tree28885556728ed33620c4829cd60c19888c07fd52
parent0da0b5e0f83df342f997b35e184ee456b6a7873e
udp: pick params from AVOptions also

This updated version does not deviate from previous behavior on default value of 'buffer_size'

I skipped porting 'sources', 'block' options for now as they're parsed seriously. So i added TODO remarks.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/udp.c