This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
MT#55283 fix compile warning
Change-Id: Idfdc46ac24cece34bb2369c80b7afae87bac3042
pull/1623/head
Richard Fuchs
3 years ago
parent
af643cb3a2
commit
9448263d4b
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
Write
Preview
Loading…
Cancel
Save