[vlc-devel] [PATCH 1/2] Use CCT to format subtitiles text properly.

Jean-Baptiste Kempf jb at videolan.org
Mon Jun 6 11:35:28 CEST 2011


On Mon, Jun 06, 2011 at 02:29:18AM -0700, Tomer Barletz wrote :
> Apply Laurent's comments.
> ---
>          else if (code == 0x80)
> @@ -79,9 +103,9 @@ static char *ParseText(uint8_t *data, int size)
>              snprintf(tmp, sizeof(tmp), "<u>");
>          else if (code == 0x83)
>              snprintf(tmp, sizeof(tmp), "</u>");
> -#endif
>          else if (code == 0x8a)
>              snprintf(tmp, sizeof(tmp), "\n");
> +#endif

You still didn't explain that, did you?

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