[vlc-devel] [PATCH] libvlc: add libvlc_media_get_codec_description

Thomas Guillem thomas at gllm.fr
Tue Jan 13 10:17:48 CET 2015



On Mon, Jan 12, 2015, at 23:10, Jean-Baptiste Kempf wrote:
> On 12 Jan, Thomas Guillem wrote :
> > Get codec description from media elementary stream.
> 
> Is there a use case for that outside of the get_media_track_info?
> 
> > +        case libvlc_track_text:
> > +            return vlc_fourcc_GetDescription( SPU_ES, i_codec );
> 
> Unrelated, but spu can be non-texxt, cannot they?

Yes SPU can be non text, but text is necessarily SPU, so this previous
line works.

> 
> With my kindest regards,
> 
> -- 
> Jean-Baptiste Kempf
> http://www.jbkempf.com/ - +33 672 704 734
> Sent from my Electronic Device
> _______________________________________________
> 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