Skip to content

cea708decoder: use correct mask for font style

Aaron Boxer requested to merge boxerab/gst-plugins-bad:708decoder into master

First three bits are used for font style, so mask should be 0111 rather than 011 (in binary)

See SetPenAttributes section in https://en.wikipedia.org/wiki/CEA-708

Edited by Aaron Boxer

Merge request reports