Fix bug: NAL end of sequence is 10 and not 0x10.

Cleanup, remove old cruft.
Add support for pes recordings.
This commit is contained in:
Johns
2012-03-05 20:05:56 +01:00
parent 4cc98d7937
commit f2d4163899
2 changed files with 36 additions and 100 deletions

View File

@@ -1,6 +1,7 @@
User johns
Date:
Fix bug: StillPicture NAL end of sequence is 10 and not 0x10.
Fix bug: AudioEnqueue crash without sound card.
User johns