[vlc-devel] [PATCH]: HEVC/H.265 decoder using libde265

Jean-Baptiste Kempf jb at videolan.org
Wed May 7 17:11:50 CEST 2014


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.

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list