Initial work for depacketizer

This commit is contained in:
Cameron Gutman
2014-01-18 19:39:00 -05:00
parent 103c052729
commit e2ba031729
8 changed files with 191 additions and 10 deletions
@@ -78,6 +78,7 @@
<ClCompile Include="Config.cpp" />
<ClCompile Include="ControlStream.cpp" />
<ClCompile Include="Handshake.cpp" />
<ClCompile Include="LinkedBlockingQueue.cpp" />
<ClCompile Include="PlatformSockets.cpp" />
<ClCompile Include="PlatformThreads.cpp" />
<ClCompile Include="VideoDepacketizer.cpp" />
@@ -85,6 +86,7 @@
<ItemGroup>
<ClInclude Include="ByteBuffer.h" />
<ClInclude Include="Limelight.h" />
<ClInclude Include="LinkedBlockingQueue.h" />
<ClInclude Include="Platform.h" />
<ClInclude Include="PlatformSockets.h" />
<ClInclude Include="PlatformThreads.h" />