Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move dvdsub_id to options struct | Uoti Urpala | 2008-04-23 |
| | | | | | | | Name the field "sub_id" as it's not specific to DVD subs. Remove some other unused extern declarations together with dvdsub_id from demux_mkv.c and demux_lavf.c. | ||
* | Move audio_id and video_id to options struct | Uoti Urpala | 2008-04-23 |
| | |||
* | Move playback_speed to options struct | Uoti Urpala | 2008-04-23 |
| | |||
* | Move loop_times to option struct | Uoti Urpala | 2008-04-23 |
| | |||
* | Move correct_pts to options struct | Uoti Urpala | 2008-04-23 |
| | |||
* | Move options "vo" and "ao" to common struct | Uoti Urpala | 2008-04-23 |
| | |||
* | Start of new option system | Uoti Urpala | 2008-04-23 |
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. |