cea708decoder: use correct mask for font style
authorAaron Boxer <aaron.boxer@collabora.com>
Tue, 26 Mar 2019 13:43:46 +0000 (09:43 -0400)
committerSebastian Dröge <slomo@coaxion.net>
Tue, 9 Apr 2019 07:52:56 +0000 (07:52 +0000)
commitc41617b9a2392f3b82aa1cae310ffa0cd12c8e27
treecd0c7924ec00ca4c6ac2daa4a14ea712b5803405
parenta94f4064cb06247b9d59f4edf5b1b6ae6c80ee58
cea708decoder: use correct mask for font style

First three bits are used for font style, so mask
should be 0111 rather than 011 (in binary)
ext/closedcaption/gstcea708decoder.c