https://github.com/videolan/vlc
Revision a26e2ba370d898dda04c718176af7d2e329dab7a authored by Alaric Senat on 14 March 2023, 12:49:10 UTC, committed by Steve Lhomme on 17 March 2023, 12:14:52 UTC
TagLib does not provide an union of both ID3v2 and INFO tags via the
usual `File::tag()` method. Their justification lies in the code for
now:

```cpp
/*!
 * Returns the ID3v2 Tag for this file.
 *
 * \note This method does not return all the tags for this file for
 * backward compatibility.  Will be fixed in TagLib 2.0.
 */
ID3v2::Tag *tag() const;
```

To support WAV files providing RIFF INFO tags, we must specifically
parse them before TagLib 2.0 (not released yet).

Fixes #25690
1 parent 294cbdb
History
Tip revision: a26e2ba370d898dda04c718176af7d2e329dab7a authored by Alaric Senat on 14 March 2023, 12:49:10 UTC
taglib: wav: fix RIFF INFO tags parsing
Tip revision: a26e2ba
File Mode Size
autotools
bin
buildsystem
compat
contrib
doc
extras
include
lib
m4
modules
po
share
src
test
.gitignore -rw-r--r-- 471 bytes
.mailmap -rw-r--r-- 7.1 KB
AUTHORS -rw-r--r-- 18.7 KB
COPYING -rw-r--r-- 17.7 KB
COPYING.LIB -rw-r--r-- 25.9 KB
INSTALL -rw-r--r-- 1.4 KB
Makefile.am -rw-r--r-- 6.5 KB
NEWS -rw-r--r-- 202.7 KB
README.md -rw-r--r-- 5.6 KB
THANKS -rw-r--r-- 5.5 KB
bootstrap -rwxr-xr-x 1.8 KB
config.h.meson -rw-r--r-- 15.0 KB
configure.ac -rw-r--r-- 140.3 KB
make-alias -rwxr-xr-x 299 bytes
meson.build -rw-r--r-- 32.2 KB
meson_options.txt -rw-r--r-- 14.3 KB

README.md

back to top