mirror of https://github.com/mpv-player/mpv
Another missed case-range
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23934 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
73e967ea97
commit
43f83d25be
|
@ -756,7 +756,14 @@ static int ty_XDSdecode( char b1, char b2 )
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case 0x0110 ... 0x0117: // program description
|
case 0x0110: // program description
|
||||||
|
case 0x0111:
|
||||||
|
case 0x0112:
|
||||||
|
case 0x0113:
|
||||||
|
case 0x0114:
|
||||||
|
case 0x0115:
|
||||||
|
case 0x0116:
|
||||||
|
case 0x0117:
|
||||||
{
|
{
|
||||||
ty_AddXDSToDisplay( "DESCRIP: %s", TY_XDS_ptr );
|
ty_AddXDSToDisplay( "DESCRIP: %s", TY_XDS_ptr );
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue