]> granicus.if.org Git - handbrake/commit
libhb: add dedicated buffer flags to indicate whether an encoded frame is a key frame...
authorTim Walker <tdskywalker@gmail.com>
Sat, 17 Sep 2016 11:31:39 +0000 (13:31 +0200)
committerTim Walker <tdskywalker@gmail.com>
Sat, 17 Sep 2016 13:44:22 +0000 (15:44 +0200)
commit2df5fe643ebabf4e03456167475b6ca2bbe13c74
tree6de45d6725e03d8ca7c9ad818260f0581191d9b3
parent090e55145205efd073b54e3044b2795f7f376db2
libhb: add dedicated buffer flags to indicate whether an encoded frame is a key frame or a reference frame.

HB_FRAME_KEY and REF are in fact masks, not flags,
and actually conflict with some PIC_FLAG_* values.
libhb/internal.h