mirror of https://github.com/mpv-player/mpv
Remove compiler warning.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1106 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e94a971c74
commit
f06ec8c85d
|
@ -148,7 +148,7 @@ static int sun_vcd_read(int fd, int *offset)
|
|||
int sync, header_code, user_data, edc_ecc, error_field;
|
||||
int sub_channel;
|
||||
|
||||
/* sector_type = 3; /* mode2 */
|
||||
/* sector_type = 3; *//* mode2 */
|
||||
sector_type = 5; /* mode2/form2 */
|
||||
sync = 0;
|
||||
header_code = 0;
|
||||
|
|
Loading…
Reference in New Issue