OSDN Git Service

avutil/opt: Implement av_opt_set_defaults* in O(N) instead of O(N²) time
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 7 Dec 2013 11:41:09 +0000 (12:41 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 7 Dec 2013 13:09:36 +0000 (14:09 +0100)
commite8ac905daea47572abf90c873cd184dbfbbf34a7
tree22ecabdbc04465fc84fa3c5622187f29b5222901
parent0aedf90e62a828c84a6efe3497ab7438aae8bf2f
avutil/opt: Implement av_opt_set_defaults* in O(N) instead of O(N²) time

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