Re: [FFmpeg-devel] [PATCH] hw_base_encode: refactor picture allocation/freeing

2024-08-21 Thread Tong Wu
Lynne: >On 19/08/2024 17:07, Tong Wu wrote: >> Lynne: >>> Subject: [PATCH] hw_base_encode: refactor picture allocation/freeing >>> >>> This commit cleans up and refactors the mess of private state upon >>> private state that used to be. >>> >>> Now, FFHWBaseEncodePicture is fully initialized upon c

Re: [FFmpeg-devel] [PATCH] hw_base_encode: refactor picture allocation/freeing

2024-08-19 Thread Lynne via ffmpeg-devel
On 19/08/2024 17:07, Tong Wu wrote: Lynne: Subject: [PATCH] hw_base_encode: refactor picture allocation/freeing This commit cleans up and refactors the mess of private state upon private state that used to be. Now, FFHWBaseEncodePicture is fully initialized upon call-time, and, most importantl

Re: [FFmpeg-devel] [PATCH] hw_base_encode: refactor picture allocation/freeing

2024-08-19 Thread Tong Wu
Lynne: >Subject: [PATCH] hw_base_encode: refactor picture allocation/freeing > >This commit cleans up and refactors the mess of private state upon private >state >that used to be. > >Now, FFHWBaseEncodePicture is fully initialized upon call-time, and, most >importantly, this lets APIs which requir