diff options
author | Uoti Urpala <uau@symbol.nonexistent.invalid> | 2008-04-24 08:16:11 +0300 |
---|---|---|
committer | Uoti Urpala <uau@symbol.nonexistent.invalid> | 2008-04-25 07:15:07 +0300 |
commit | bb679dd40a80e72272dec0c8621b888f4365852c (patch) | |
tree | 61673a17f7a3296e179da6fbda6c11b82c1596e1 /libmpdemux/stheader.h | |
parent | 60f104d4aaf9f1f990045ca255c343e77ed3078c (diff) | |
download | mpv-bb679dd40a80e72272dec0c8621b888f4365852c.tar.bz2 mpv-bb679dd40a80e72272dec0c8621b888f4365852c.tar.xz |
Remove global vo_flags
Move the information to struct sh_video field.
Diffstat (limited to 'libmpdemux/stheader.h')
-rw-r--r-- | libmpdemux/stheader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h index e52cc5cb3f..469314b541 100644 --- a/libmpdemux/stheader.h +++ b/libmpdemux/stheader.h @@ -84,6 +84,7 @@ typedef struct sh_video { // output driver/filters: (set by libmpcodecs core) unsigned int outfmtidx; struct vf_instance *vfilter; // the video filter chain, used for this video stream + int output_flags; // query_format() results for output filters+vo struct vd_functions *vd_driver; int vf_initialized; #ifdef DYNAMIC_PLUGINS |