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

Vittorio Giovara vittorio.giovara at gmail.com
Fri May 27 19:12:49 CEST 2016


On Fri, May 27, 2016 at 9:29 AM, Jean-Baptiste Kempf <jb at videolan.org> wrote:
> 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,
>
> --

lgtm
-- 
Vittorio


More information about the vlc-devel mailing list