Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup: remove unused MEncoder-related code | Clément Bœsch | 2011-01-25 | 1 | -1/+0 |
| | | | | | Remove some code and variables that were no longer used after MEncoder removal. Also remove some MEncoder references in comments. | ||||
* | Move correct_pts to options struct | Uoti Urpala | 2008-04-23 | 1 | -0/+1 |
| | |||||
* | Start of new option system | Uoti Urpala | 2008-04-23 | 1 | -0/+2 |
First part of option restructuring. The aim is to move option values from a huge number of separate globals to a single non-global struct. This part adds some support for parsing option values into such struct instances, and moves one example option (fixed-vo) to the struct. |