On Mon, Sep 30, 2013 at 05:26:03PM +0200, Vittorio Giovara wrote:
> --- /dev/null
> +++ b/libavutil/stereo3d.h
> @@ -0,0 +1,156 @@
> +
> +/* How views are packed within the frame or container */
> +enum AVStereo3DType {

This is an installed header, so the comment might make sense as Doxygen.

> +    /**
> +     * Views are in two different streams: this could be per
> +     * container (like Matroska) or per frame (like MVC Stereo).

You should probably lowercase stereo here unless this is a fixed name.

> +    /**
> +     * Inverted views, L becomes R and R becomes L.
> +     */
> +    AV_STEREO3D_ORDER_INVERT      = 0x00000002,

Mirrored?

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to