0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

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:
reimar 2007-07-30 13:54:15 +00:00
parent 1a82dd2267
commit 73e967ea97

View File

@ -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;