diff options
author | wm4 <wm4@nowhere> | 2013-12-21 19:06:37 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-12-21 20:50:13 +0100 |
commit | 3846fc758789711347c0b11f87736b27fc6210a0 (patch) | |
tree | e9b01445291326f0a026e0b002d78f1487d781b2 /sub/dec_sub.h | |
parent | 92f9b514263d8becf670c19567826bd288595fe7 (diff) | |
download | mpv-3846fc758789711347c0b11f87736b27fc6210a0.tar.bz2 mpv-3846fc758789711347c0b11f87736b27fc6210a0.tar.xz |
sub/osd: mp_msg conversions
Diffstat (limited to 'sub/dec_sub.h')
-rw-r--r-- | sub/dec_sub.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sub/dec_sub.h b/sub/dec_sub.h index 36b947fffa..c659458c04 100644 --- a/sub/dec_sub.h +++ b/sub/dec_sub.h @@ -8,7 +8,7 @@ struct sh_stream; struct ass_track; -struct MPOpts; +struct mpv_global; struct demux_packet; struct ass_library; struct ass_renderer; @@ -22,7 +22,7 @@ enum sd_ctrl { SD_CTRL_GET_RESOLUTION, }; -struct dec_sub *sub_create(struct MPOpts *opts); +struct dec_sub *sub_create(struct mpv_global *global); void sub_destroy(struct dec_sub *sub); void sub_set_video_res(struct dec_sub *sub, int w, int h); |