flacparse: use shift instead of mask & comp
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Thu, 31 Dec 2015 22:12:36 +0000 (14:12 -0800)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Thu, 31 Dec 2015 22:12:36 +0000 (14:12 -0800)
commitc43f84abf3c270ba0d787ff9402ca620f6738de0
treed6ed98e40e8aac7667cf233e1efe0bb7b87330f2
parent8a745837aae0ccd3fabb2169fa6bc4771f035179
flacparse: use shift instead of mask & comp

We are only interested on the first bit of the first
byte of the metadata block header to figure out whether
is marked as the last one. The shift makes it quite
clearer.
gst/audioparsers/gstflacparse.c