Discover H264 keyframes on dequeue

This commit is contained in:
Kamil Trzciński
2022-10-29 11:36:58 +02:00
parent ec2ed5e392
commit 79e9bca11f
6 changed files with 27 additions and 26 deletions

View File

@ -75,7 +75,7 @@ public:
return;
}
if (h264_is_key_frame(buf)) {
if (buf->flags.is_keyframe) {
fHadKeyFrame = true;
}