[vlc-devel] [PATCH 2/3] Introduce new codec module to decode dirac video via libschroedinger
Jonathan Rosser
jonathan.rosser at rd.bbc.co.uk
Sat Jun 28 11:04:55 CEST 2008
Jonathan Rosser <jrosser <at> rd.bbc.co.uk> writes:
> +vlc_module_begin();
> + set_category( CAT_INPUT );
> + set_subcategory( SUBCAT_INPUT_VCODEC );
> + set_description( N_("Schroedinger video decoder") );
> + set_capability( "decoder", 100 );
> + set_callbacks( OpenDecoder, CloseDecoder );
> + add_shortcut( "schroedinger" );
> +vlc_module_end();
> +
The decoder priority for schroedinger and dirac are equal. The schroedinger
decoder should always have a higher priority than the dirac one as the
performance better.
Sorry I missed this when writing the patch.
Regards,
Jonathan.
More information about the vlc-devel
mailing list