diff options
Diffstat (limited to 'vrplayer/ourinterface.cpp')
| -rw-r--r-- | vrplayer/ourinterface.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vrplayer/ourinterface.cpp b/vrplayer/ourinterface.cpp index cee66691..87f7000e 100644 --- a/vrplayer/ourinterface.cpp +++ b/vrplayer/ourinterface.cpp @@ -128,25 +128,27 @@ int OurInterface::sendMetadataFile() int OurInterface::sendVideoFormat() { +#if 0 if (xrdpvr_set_video_format(channel, stream_id)) { emit on_ErrorMsg("I/O Error", "Error sending video format to remote client"); return -1; } - +#endif return 0; } int OurInterface::sendAudioFormat() { +#if 0 if (xrdpvr_set_audio_format(channel, stream_id)) { emit on_ErrorMsg("I/O Error", "Error sending audio format to remote client"); return -1; } - +#endif return 0; } |
