Skip to content

Commit 7abd09a

Browse files
committed
player: remove unused members
Introduced by 2f18f55, leftovers from WIP branches.
1 parent f74d5d5 commit 7abd09a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/player/player.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,11 @@ struct vlc_player_input
5959
enum vlc_player_state state;
6060
enum vlc_player_error error;
6161
float rate;
62-
double output_rate;
6362
int capabilities;
6463
vlc_tick_t length;
6564

6665
float position;
6766
vlc_tick_t time;
68-
vlc_tick_t input_time_date;
69-
70-
vlc_tick_t output_time;
71-
vlc_tick_t output_time_date;
72-
73-
vlc_tick_t pause_date;
7467

7568
bool recording;
7669

0 commit comments

Comments
 (0)