mirror of https://github.com/mpv-player/mpv
10l, FILE is defined in stdio.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12911 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
57b8d5c7f6
commit
f2822d7ae7
|
@ -1,6 +1,8 @@
|
|||
#ifndef __MPLAYER_SUBREADER_H
|
||||
#define __MPLAYER_SUBREADER_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
extern int suboverlap_enabled;
|
||||
extern int sub_no_text_pp; // disable text post-processing
|
||||
extern int sub_match_fuzziness;
|
||||
|
|
Loading…
Reference in New Issue