[vlc-devel] [PATCH] bluray: add support for stream input

Jean-Baptiste Kempf jb at videolan.org
Tue Dec 15 10:22:48 CET 2015


On 15 Dec, Petri Hintukainen wrote :
> +        set_description( N_("BluRay demuxer") )

Do we _need_ a specific translation for this?

> +    /* first sector(s) should be filled with zeros */
> +    size_t i_peek;
> +    const uint8_t *p_peek;
> +    i_peek = stream_Peek( p_demux->s, &p_peek, 2048 );

Why 2048 ?

>  static int blurayOpen(vlc_object_t *object)
>  {
>      demux_t *p_demux = (demux_t*)object;
>      demux_sys_t *p_sys;
> +    bool forced;
>  
>      const char *error_msg = NULL;
>  #define BLURAY_ERROR(s) do { error_msg = s; goto error; } while(0)
>  
> -    if (strcmp(p_demux->psz_access, "bluray")) {
> -        // TODO BDMV support, once we figure out what to do in libbluray
the TODO is done?

With my kindest regards,

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


More information about the vlc-devel mailing list