You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option: fixed missing childs of options with the same unit
* LibAV has some options with the same unit. Example, with these video
encoding options with the unit 'cmp_func':
* subcmp
* mbcmp
* ildctcmp
* precmp
* skipcmp
* In our code, when looking for the parent options of a given unit, we
use a multimap and the equal_range method.
0 commit comments