Merge branch 'v0.23.x'
This commit is contained in:
@@ -91,7 +91,8 @@ ScanOpusTags(const void *data, size_t size,
|
||||
if (!r.Expect("OpusTags", 8))
|
||||
return false;
|
||||
|
||||
if (!handler.WantPair() && !handler.WantTag())
|
||||
if (!handler.WantPair() && !handler.WantTag() &&
|
||||
!handler.WantPicture())
|
||||
return true;
|
||||
|
||||
if (!r.SkipString())
|
||||
|
@@ -29,6 +29,7 @@
|
||||
|
||||
#include "Error.hxx"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <alsa/error.h>
|
||||
|
||||
namespace Alsa {
|
||||
|
@@ -50,4 +50,4 @@ MakeError(int error, const char *msg) noexcept
|
||||
return std::system_error(error, error_category, msg);
|
||||
}
|
||||
|
||||
} // namespace Avahi
|
||||
} // namespace Alsa
|
||||
|
Reference in New Issue
Block a user