[x264-devel] Major libx264 API change announcement
Jason Garrett-Glaser
darkshikari at gmail.com
Thu Sep 17 02:37:45 CEST 2009
On Tue, Sep 15, 2009 at 11:59 PM, Jason Garrett-Glaser
<darkshikari at gmail.com> wrote:
> To all developers,
One clarification: x264_encoder_headers will change in the exact same
way as x264_encoder_encode. Documentation:
/* x264_encoder_headers:
* return the SPS and PPS that will be used for the whole stream.
* if i_nal > 0, returns the total size of all NAL payloads.
* returns negative on error, zero if no NAL units returned.
* the payloads of all output NALs are guaranteed to be
sequential in memory. */
int x264_encoder_headers( x264_t *, x264_nal_t **, int * );
Dark Shikari
More information about the x264-devel
mailing list