Added isKeyframe function to H264 library

This commit is contained in:
Thulinma 2017-06-09 20:09:12 +02:00
parent 24a1744b7e
commit d45a89c5e6
2 changed files with 31 additions and 0 deletions

View file

@ -67,4 +67,5 @@ namespace h264 {
unsigned long dataLen;
};
bool isKeyframe(const char * data, uint32_t len);
}