[vlc-devel] [PATCH]: HEVC/H.265 decoder using libde265
Joachim Bauch
jojo at struktur.de
Wed May 7 17:28:56 CEST 2014
On 07.05.2014 17:11, Jean-Baptiste Kempf wrote:
> On 07 May, Joachim Bauch wrote :
>> +/*****************************************************************************
>> + * decoder_sys_t: libde265 decoder descriptor
>> + *****************************************************************************/
>> +struct decoder_sys_t
>> +{
>> + de265_decoder_context *ctx;
>> +
>> + bool check_extra;
>> + bool packetized;
>> + int length_size;
>> + int late_frames;
>> + mtime_t late_frames_start;
>> +};
>
> Please repack this.
sorry, what do you mean with "repack" here? Re-order the elements to
avoid padding and save memory?
Thanks,
Joachim
More information about the vlc-devel
mailing list