Commit Graph

1 Commits

Author SHA1 Message Date
Moritz Bunkus
b08888b2d7 Ogg/OGM reader: fix header packet detection for Opus
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.
2016-09-30 10:14:10 +02:00