xrdpvr: rename the set volume function

ulab-next
Jay Sorg 11 years ago
parent 50db19c88c
commit c41bced4df

@ -760,7 +760,7 @@ xrdpvr_write_to_client(void *channel, STREAM *s)
* @return 0 on success, -1 on failure
******************************************************************************/
int
send_volume(void *channel, int volume)
xrdpvr_set_volume(void *channel, int volume)
{
STREAM *s;
char *cptr;

@ -44,7 +44,7 @@ int xrdpvr_seek_media(int64_t pos, int backward);
int xrdpvr_get_frame(void **av_pkt_ret, int *is_video_frame, int *delay_in_us);
int send_audio_pkt(void *channel, int stream_id, void *pkt_p);
int send_video_pkt(void *channel, int stream_id, void *pkt_p);
int send_volume(void *channel, int volume);
int xrdpvr_set_volume(void *channel, int volume);
#ifdef __cplusplus
}

Loading…
Cancel
Save