]> git.sesse.net Git - ffmpeg/commit
AVOptions: refactor set_number/write_number
authorAnton Khirnov <anton@khirnov.net>
Tue, 23 Aug 2011 10:58:49 +0000 (12:58 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 10 Oct 2011 18:27:31 +0000 (20:27 +0200)
commit7bb1807c2dd9623842f1c6d454e7f2892b5bc8d7
tree8a1204e2407dec498d6075137d96cba593d41ed6
parentcf10095f0b8bb0963dd895d2825a035fcb7e1bb5
AVOptions: refactor set_number/write_number

write_number() does the actual writing of the supplied
number to destination. Move finding the option and choosing destination
address out of it.
libavutil/opt.c