[vlc-devel] [PATCH 1/4] es: move i_profile/i_level to audio and video format structs

Thomas Guillem thomas at gllm.fr
Fri Mar 30 15:43:16 CEST 2018



On Fri, Mar 30, 2018, at 15:39, Francois Cartegnie wrote:
> Le 30/03/2018 à 21:15, Thomas Guillem a écrit :
> 
> > +    int i_profile; /**< codec specific information (like dtshd extensions) */
> > +    int i_level;   /**< codec specific information: indicates maximum
> > +                        restrictions on the stream (bitrate, codec features ...) */
> >      fmt->i_cat                  = i_cat;
> 
> Profile is tied to codec, which params (video/aout_format_t) depends

So, do you prefer to pass the whole es_format_t to the aout ? It is doable too.
 
> 
> 
> -- 
> Francois Cartegnie
> VideoLAN - VLC Developer
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list