Mercurial > mplayer.hg
changeset 32013:7369969407d6
cosmetics: Group all sub_* extern variable declarations together.
author | diego |
---|---|
date | Wed, 08 Sep 2010 19:18:59 +0000 |
parents | cc222c24104f |
children | 960f3f35ebda |
files | subreader.h |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/subreader.h Wed Sep 08 19:06:39 2010 +0000 +++ b/subreader.h Wed Sep 08 19:18:59 2010 +0000 @@ -26,6 +26,7 @@ extern int suboverlap_enabled; extern int sub_no_text_pp; // disable text post-processing extern int sub_match_fuzziness; +extern int sub_format; // subtitle formats #define SUB_INVALID -1 @@ -44,9 +45,6 @@ #define SUB_JACOSUB 12 #define SUB_MPL2 13 -// One of the SUB_* constant above -extern int sub_format; - #define MAX_SUBTITLE_FILES 128 #define SUB_MAX_TEXT 12