-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
16 files
+19 −19 | src/AudioStream.c | |
+8 −8 | src/Connection.c | |
+25 −30 | src/ControlStream.c | |
+273 −191 | src/InputStream.c | |
+5 −6 | src/Limelight-internal.h | |
+4 −14 | src/Limelight.h | |
+11 −0 | src/Platform.h | |
+22 −31 | src/PlatformSockets.c | |
+3 −2 | src/PlatformSockets.h | |
+21 −21 | src/RtpAudioQueue.c | |
+26 −23 | src/RtpVideoQueue.c | |
+15 −15 | src/RtspConnection.c | |
+17 −19 | src/SdpGenerator.c | |
+1 −1 | src/SimpleStun.c | |
+25 −29 | src/VideoDepacketizer.c | |
+13 −13 | src/VideoStream.c |