summaryrefslogtreecommitdiffstats
path: root/defaultopts.c
Commit message (Collapse)AuthorAgeFilesLines
* Move -lavdopts to options structUoti Urpala2008-04-251-0/+6
|
* Move dvdsub_id to options structUoti Urpala2008-04-231-0/+1
| | | | | | | 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 structUoti Urpala2008-04-231-0/+2
|
* Move playback_speed to options structUoti Urpala2008-04-231-0/+1
|
* Move loop_times to option structUoti Urpala2008-04-231-0/+1
|
* Move correct_pts to options structUoti Urpala2008-04-231-0/+7
|
* Move options "vo" and "ao" to common structUoti Urpala2008-04-231-0/+3
|
* Start of new option systemUoti Urpala2008-04-231-0/+9
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.