[vlc-devel] [PATCH] cc.c : Added basic features of CIA-708 to cc.c
Francois Cartegnie
fcvlcdev at free.fr
Tue Mar 24 13:23:12 CET 2015
Le 24/03/2015 11:14, greeshma a écrit :
> +enum eia708_WindowAttribs_Justify{
> + WindowJustify_LEFT=0,
> + WindowJustify_RIGHT=1,
> + WindowJustify_CENTER=2,
> + WindowJustify_FULL=3
> +};
> +
> +enum eia708_WindowAttribs_AnchorID{
> + WindowAnchorID_UPPER_LEFT=0,
> + WindowAnchorID_UPPER_CENTER=1,
> + WindowAnchorID_UPPER_RIGHT=2,
> + WindowAnchorID_MIDDLE_LEFT=3,
> + WindowAnchorID_MIDDLE_CENTER=4,
> + WindowAnchorID_MIDDLE_RIGHT=5,
> + WindowAnchorID_LOWER_LEFT=6,
> + WindowAnchorID_LOWER_CENTER=7,
> + WindowAnchorID_LOWER_RIGHT=8
> +};
> +
How common are those ones ?
We'll have to create/handle subregions but our text_renderer has no html
syntax/parser for that task or for positioning.
Francois
More information about the vlc-devel
mailing list