Initial TS Input commit
This commit is contained in:
parent
10f0f6bb92
commit
1f4b523b1b
33 changed files with 1300 additions and 643 deletions
4
lib/h264.h
Normal file
4
lib/h264.h
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
namespace h264 {
|
||||
unsigned long toAnnexB(const char * data, unsigned long dataSize, char *& result);
|
||||
unsigned long fromAnnexB(const char * data, unsigned long dataSize, char *& result);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue