]> git.sesse.net Git - ffmpeg/commit
lavc/videotoolboxenc: Support for forced I-frames
authorRick Kern <kernrj@gmail.com>
Wed, 27 Apr 2016 14:53:13 +0000 (10:53 -0400)
committerwm4 <nfxjfg@googlemail.com>
Wed, 4 May 2016 16:40:40 +0000 (18:40 +0200)
commit9d8a38d20b4057a140e132284def9263d8ca80a8
treed3f0050d05a95e2a92833b4ba64a403ae6c32a1c
parent4b806081b25ffa15e174a8c7a86343ea63f51670
lavc/videotoolboxenc: Support for forced I-frames

Setting AVFrame.pic_type to AV_PICTURE_TYPE_I will force an I-frame.

Signed-off-by: Rick Kern <kernrj@gmail.com>
libavcodec/videotoolboxenc.c