[vlc-devel] [PATCH 1/2] Added vout_DisplayScreenSize method (to be verified)
Jean-Baptiste Kempf
jb at videolan.org
Thu Feb 7 15:26:27 CET 2013
This should be squashed with the next patch.
And no tabs, please.
On 30 Jan, Poncee Joven wrote :
> ---
> src/video_output/video_output.c | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c
> index 0c56ef9..fc61676 100644
> --- a/src/video_output/video_output.c
> +++ b/src/video_output/video_output.c
> @@ -358,6 +358,12 @@ void vout_DisplayTitle(vout_thread_t *vout, const char *title)
> vout_control_PushString(&vout->p->control, VOUT_CONTROL_OSD_TITLE, title);
> }
>
> +void vout_DisplayScreenSize(vout_thread t *vout, int x, int y)
> +{
> + char * ss[3] = {x, " x " , y};
> + vout_control_PushString(&vout->p->control, VOUT_CONTROL_OSD_TITLE, ss);
> +}
> +
> void vout_PutSubpicture( vout_thread_t *vout, subpicture_t *subpic )
> {
> vout_control_cmd_t cmd;
> --
> 1.7.10.4
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
--
Best 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