mirror of https://github.com/mpv-player/mpv
Do not use gnu case-range extension if it's easy to avoid
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23933 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1a82dd2267
commit
73e967ea97
|
@ -363,7 +363,9 @@ static int ty_CCdecode( char b1, char b2 )
|
|||
break;
|
||||
}
|
||||
|
||||
case 0x25 ... 0x27: // 2-4 row captions
|
||||
case 0x25: // 2-4 row captions
|
||||
case 0x26:
|
||||
case 0x27:
|
||||
{
|
||||
if ( TY_CC_stat == TY_CCPOPUP ) ty_ClearOSD( 1 );
|
||||
TY_CC_stat = b2 - 0x23;
|
||||
|
|
Loading…
Reference in New Issue