Added isKeyframe function to H264 library
This commit is contained in:
parent
24a1744b7e
commit
d45a89c5e6
2 changed files with 31 additions and 0 deletions
|
@ -67,4 +67,5 @@ namespace h264 {
|
|||
unsigned long dataLen;
|
||||
};
|
||||
|
||||
bool isKeyframe(const char * data, uint32_t len);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue