Re: [FFmpeg-devel] [PATCH] avcodec/libaomenc: Get number of operating points

2022-06-23 Thread James Zern
On Thu, Jun 16, 2022 at 10:36 AM James Zern wrote: > > On Thu, Jun 16, 2022 at 9:24 AM Wan-Teh Chang wrote: > > > > Use the new codec control AV1E_GET_NUM_OPERATING_POINTS to get the > > number of operating points. This is the size of the output arrays of > > AV1E_GET_SEQ_LEVEL_IDX and AV1E_GET_T

Re: [FFmpeg-devel] [PATCH] avcodec/libaomenc: Get number of operating points

2022-06-16 Thread James Zern
On Thu, Jun 16, 2022 at 9:24 AM Wan-Teh Chang wrote: > > Use the new codec control AV1E_GET_NUM_OPERATING_POINTS to get the > number of operating points. This is the size of the output arrays of > AV1E_GET_SEQ_LEVEL_IDX and AV1E_GET_TARGET_SEQ_LEVEL_IDX. > > Signed-off-by: Wan-Teh Chang > --- >

[FFmpeg-devel] [PATCH] avcodec/libaomenc: Get number of operating points

2022-06-16 Thread Wan-Teh Chang
Use the new codec control AV1E_GET_NUM_OPERATING_POINTS to get the number of operating points. This is the size of the output arrays of AV1E_GET_SEQ_LEVEL_IDX and AV1E_GET_TARGET_SEQ_LEVEL_IDX. Signed-off-by: Wan-Teh Chang --- libavcodec/libaomenc.c | 20 ++-- 1 file changed, 14