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
@@ -39,6 +39,9 @@
<ClCompile Include="VideoDepacketizer.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="LinkedBlockingQueue.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="PlatformSockets.h">
@@ -56,5 +59,8 @@
<ClInclude Include="PlatformThreads.h">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="LinkedBlockingQueue.h">
<Filter>Source Files</Filter>
</ClInclude>
</ItemGroup>
</Project>