diff options
author | Uoti Urpala <uau@symbol.nonexistent.invalid> | 2008-04-24 08:20:59 +0300 |
---|---|---|
committer | Uoti Urpala <uau@symbol.nonexistent.invalid> | 2008-04-25 07:15:07 +0300 |
commit | 7dc42263486bd45d2ba830f065a8556c02aaf7c8 (patch) | |
tree | a0de8adf7c187eac03007da37d2ee539b375ddff /options.h | |
parent | bb679dd40a80e72272dec0c8621b888f4365852c (diff) | |
download | mpv-7dc42263486bd45d2ba830f065a8556c02aaf7c8.tar.bz2 mpv-7dc42263486bd45d2ba830f065a8556c02aaf7c8.tar.xz |
Move vd_use_slices to options struct
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ typedef struct MPOpts { float movie_aspect; float screen_size_xy; int flip; + int vd_use_slices; struct lavc_param { int workaround_bugs; int error_resilience; |