Discover H264 keyframes on dequeue
This commit is contained in:
@ -75,7 +75,7 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
if (h264_is_key_frame(buf)) {
|
||||
if (buf->flags.is_keyframe) {
|
||||
fHadKeyFrame = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user