Browse Source

MT#55283 fix compile warning

Change-Id: Idfdc46ac24cece34bb2369c80b7afae87bac3042
pull/1623/head
Richard Fuchs 3 years ago
parent
commit
9448263d4b
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      daemon/media_player.c

+ 2
- 0
daemon/media_player.c View File

@ -131,6 +131,8 @@ long long media_player_stop(struct media_player *mp) {
if (!mp)
return 0;
return mp->last_frame_ts;
#else
return 0;
#endif
}


Loading…
Cancel
Save