[vlc-devel] [PATCH 1/2] Adds Intel QuickSync Video Encoder
Julien 'Lta' BALLET
elthariel at gmail.com
Fri May 17 03:48:07 CEST 2013
Hi,
Thank you again funman for reviewing the patch.
I still have a question.
On Thu, May 16, 2013 at 4:50 PM, Rafaël Carré <funman at videolan.org> wrote:
>> +// Frame pool for QuickSync video encoder with Intel Media SDK's format frames.
>> +typedef struct qsv_frame_pool_t
>> +{
>> + mfxFrameInfo fmt; // IntelMediaSDK format info.
>> + mfxFrameSurface1 *frames; // An allocated array of 'size' frames.
>> + unsigned int size; // The number of frame in the pool.
>> +} qsv_frame_pool_t;
>
> Still unnecessary padding.
Are you talking of the padding at the end of the structure or the
possible padding between fmt and frames ?
More information about the vlc-devel
mailing list