Opus doesn't use a single bit to indicate a header packet. Instead each
of the two currently specified header packets start with an eight byte
long identifier, OpusHead or OpusTags.
This fixes the comment packet handling for Opus that was broken in
ced03835e7 in an attempt to fix bogus
warnings about comment packets not being present.