-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule moonlight-common-c
updated
11 files
+5 −5 | src/AudioStream.c | |
+14 −24 | src/ControlStream.c | |
+20 −8 | src/InputStream.c | |
+3 −4 | src/Limelight-internal.h | |
+1 −1 | src/Limelight.h | |
+11 −0 | src/Platform.h | |
+5 −0 | src/RecorderCallbacks.c | |
+21 −21 | src/RtpAudioQueue.c | |
+26 −23 | src/RtpVideoQueue.c | |
+26 −26 | src/VideoDepacketizer.c | |
+2 −0 | src/VideoStream.c |