mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
stream_bluray: remove unused variables
They were used for printing slave mode stuff, which was recently removed.
This commit is contained in:
parent
f5a564d417
commit
ca7d8681fb
@ -763,9 +763,6 @@ static int bluray_stream_open(stream_t *s, int mode)
|
||||
if (!ti)
|
||||
continue;
|
||||
|
||||
const int sec = ti->duration / 90000;
|
||||
const int msec = (ti->duration - sec) % 1000;
|
||||
|
||||
/* try to guess which title may contain the main movie */
|
||||
if (ti->duration > max_duration) {
|
||||
max_duration = ti->duration;
|
||||
|
Loading…
Reference in New Issue
Block a user