Opened 13 years ago

Closed 13 years ago

#9582 closed Patch - Bug Fix (fixed)

CEA-708 extended characters do not display

Reported by: Clayton Smith <argilo@…> Owned by: danielk
Priority: minor Milestone: 0.25
Component: MythTV - ATSC Version: 0.24-fixes
Severity: medium Keywords: cea-708
Cc: Ticket locked: no

Description

CEA-708 extended characters (from the G2 table) do not get displayed. This is because the codepoint for EXT1 is set to 0x01 in cc708decoder.cpp, even though it should be 0x10. The attached patch corrects this problem, and also corrects the unicode codepoints of several of the extended characters.

After making these changes, all extended characters from the PBS test material (http://ncamftp.wgbh.org/DTV/CEA%20test%20material/Iteration_1/) now display correctly. I've also tested on some other shows to make sure that the patch doesn't break anything.

Attachments (1)

caption-extended-character-fix.patch (1.3 KB) - added by Clayton Smith <argilo@…> 13 years ago.

Download all attachments as: .zip

Change History (2)

Changed 13 years ago by Clayton Smith <argilo@…>

comment:1 Changed 13 years ago by Clayton Smith

Milestone: unknown0.25
Resolution: fixed
Status: newclosed

CEA-708: Fix display of extended characters. Closes #9582

Signed-off-by: Mark Kendall <mkendall@…>

Changeset: 956154c90a14caed60f32082cf5b523a2bfed640

Note: See TracTickets for help on using tickets.