forked from moonlight-stream/moonlight-embedded
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
third_party: Update moonlight-common-c
- Loading branch information
1 parent
79e63a8
commit cfadd84
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule moonlight-common-c
updated
18 files
+32 −17 | src/AudioStream.c | |
+2 −1 | src/Connection.c | |
+49 −5 | src/ControlStream.c | |
+5 −10 | src/FakeCallbacks.c | |
+1 −1 | src/InputStream.c | |
+5 −1 | src/Limelight-internal.h | |
+24 −9 | src/Limelight.h | |
+5 −1 | src/LinkedBlockingQueue.c | |
+1 −0 | src/LinkedBlockingQueue.h | |
+90 −13 | src/Platform.c | |
+7 −6 | src/PlatformThreads.h | |
+96 −79 | src/RtpFecQueue.c | |
+5 −8 | src/RtpFecQueue.h | |
+12 −1 | src/RtspConnection.c | |
+21 −3 | src/SdpGenerator.c | |
+1 −0 | src/Video.h | |
+123 −57 | src/VideoDepacketizer.c | |
+19 −14 | src/VideoStream.c |