[FFmpeg-devel] [PATCH 2/2] lavc/ccaption_dec: implement special and extended character sets
Moritz Barsnick
barsnick at gmx.net
Thu Feb 11 10:16:40 CET 2016
On Wed, Feb 10, 2016 at 22:21:10 -0800, Aman Gupta wrote:
> +enum cc_charset {
> + CCSET_BASIC_AMERICAN,
> + CCSET_SPECIAL_AMERICAN,
> + CCSET_EXTENDED_SPANISH_FRENCH,
> + CCSET_EXTENDED_PORTUGUESE_GERMAN,
> +};
Do these correspond to these from EIA-608?:
https://en.wikipedia.org/wiki/EIA-608#Extended_Western_European_character_set
Perhaps mention that somewhere.
I was a bit startled by their contents, but that was just me, because
their names don't mention the "Miscellaneous" and "Danish" parts.
Moritz
More information about the ffmpeg-devel
mailing list