8 void (*init
)(struct sh_sub
*sh
, struct osd_state
*osd
);
9 void (*decode
)(struct sh_sub
*sh
, struct osd_state
*osd
,
10 void *data
, int data_len
, double pts
, double duration
);
11 void (*reset
)(struct sh_sub
*sh
, struct osd_state
*osd
);
12 void (*switch_off
)(struct sh_sub
*sh
, struct osd_state
*osd
);
13 void (*uninit
)(struct sh_sub
*sh
);