[vlc-devel] [RFC PATCH 2/2] core: add 3D stereo information to video_format_t

Jean-Baptiste Kempf jb at videolan.org
Fri May 27 15:29:15 CEST 2016


On 27 May, Jean-Baptiste Kempf wrote :
> +typedef enum video_multiview_mode_t
> +{
> +    /* No stereoscopy: 2D picture. */
> +    MULTIVIEW_2D = 0,
> +
> +    /* Side-by-side with left eye first. */
> +    MULTIVIEW_STEREO_SBS,
> +
> +    /* Top-bottom with left eye first. */
> +    MULTIVIEW_STEREO_TB,
> +
> +    /* Row sequential with left eye first. */
> +    MULTIVIEW_ROW,
> +
> +    /* Column sequential with left eye first. */
> +    MULTIVIEW_COL,
> +
> +    /* Frame sequential with left eye first. */
> +    MULTIVIEW_FRAME,
> +
> +    /* Checkerboard pattern with left eye first. */
> +    MULTIVIEW_CHECKERBOARD,

All those last 4 should read MULTIVIEW_STEREO_ instead of MULTIVIEW :)

Sed mistake. Fixed locally

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