[x265] __Re:x265-devel_Digest,_Vol_8,_Issue_1

Steve Borho steve at borho.org
Fri Jan 17 03:33:03 CET 2014


On Jan 15, 2014, at 8:53 PM, idxa at sina.com wrote:

> Is it to say that not only the first frame is CRA frame, but also the following keyframe can be defined as CRA frame if openGOP is enabled, and the decoder can start decoding at each CRA frame? If so, I guess the slicetype of x265_picture is also need to defined for CRA besides IDR.

Would it be sufficient to add a new field to x265_picture?

int bKeyframe;

x264 has an output b_keyframe in their picture struct.  We could copy this value directly from pic->m_lowres.bKeyframe

--
Steve
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20140116/b4e314d9/attachment.sig>


More information about the x265-devel mailing list