sunlubo / SwiftFFmpeg

A Swift wrapper for the FFmpeg API
Apache License 2.0
521 stars 83 forks source link

Make AVFrame.isKeyFrame and AVFrame.pictureType writable #16

Closed jgh- closed 5 years ago

jgh- commented 5 years ago

Useful for encoding to request keyframe generation

sunlubo commented 5 years ago

Thanks.