Rewrite video support so that it actually works. Add a janky NAL parser dissector.

This commit is contained in:
Cameron Gutman
2013-10-29 20:18:22 -04:00
parent 1abdefdc15
commit e6af9df142
8 changed files with 350 additions and 114 deletions

View File

@@ -27,6 +27,7 @@
</activity>
<activity
android:name="com.limelight.Game"
android:screenOrientation="landscape"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/title_activity_game"
android:parentActivityName="com.limelight.Connection"