[][src]Type Definition x264_dev::sys::X264NalT

type X264NalT = x264_nal_t;

The data within the payload is already NAL-encapsulated; the ref_idc and type are merely in the struct for easy access by the calling application.

All data returned in an x264_nal_t, including the data in p_payload, is no longer valid after the next call to x264_encoder_encode. Thus it must be used or copied before calling x264_encoder_encode or x264_encoder_headers again.