- Notifications
You must be signed in to change notification settings - Fork50
Commit849b910

Clement Champetier
Option: fixed missing childs of options with the same unit
* LibAV has some options with the same unit. Example, with these videoencoding options with the unit 'cmp_func': * subcmp * mbcmp * ildctcmp * precmp * skipcmp* In our code, when looking for the parent options of a given unit, weuse a multimap and the equal_range method.1 parent9f692e9 commit849b910
1 file changed
+18
-11
lines changedLines changed: 18 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
| 232 | + | |
232 | 233 |
| |
233 | 234 |
| |
234 | 235 |
| |
| |||
270 | 271 |
| |
271 | 272 |
| |
272 | 273 |
| |
273 |
| - | |
274 | 274 |
| |
275 | 275 |
| |
276 |
| - | |
277 |
| - | |
278 |
| - | |
279 |
| - | |
280 |
| - | |
281 |
| - | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
282 | 279 |
| |
283 |
| - | |
284 |
| - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
285 | 292 |
| |
286 | 293 |
| |
287 |
| - | |
288 |
| - | |
| 294 | + | |
| 295 | + | |
289 | 296 |
| |
290 | 297 |
| |
291 | 298 |
| |
|
0 commit comments
Comments
(0)