3.5 alloc/free_analysis_data documentation is incorrect

Issue #606 new
Ade Miller created an issue

The 3.5 release API documentation
https://x265.readthedocs.io/en/release_3.5/api.html#analysis-buffers
Does not match the actual API methods.

/* x265_alloc_analysis_data:
*     Allocate memory for the x265_analysis_data object's internal structures. */
void x265_alloc_analysis_data(x265_param *param, x265_analysis_data* analysis);

/*
*    Free the allocated memory for x265_analysis_data object's internal structures. */
void x265_free_analysis_data(x265_param *param, x265_analysis_data* analysis);

Comments (0)

  1. Log in to comment