projects
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05f513d
)
meta_engine: taglib: increment VlcIostream readpos
author
François Cartegnie
<fcvlcdev@free.fr>
Mon, 10 Aug 2020 12:32:32 +0000
(14:32 +0200)
committer
Sebastian Ramacher
<sramacher@debian.org>
Tue, 21 Jan 2025 18:02:47 +0000
(19:02 +0100)
(cherry picked from commit
0cbcf504b43a02ddb7ecc1c65c0c1e82f39b4f1c
)
Gbp-Pq: Name 0038-meta_engine-taglib-increment-VlcIostream-readpos.patch
modules/meta_engine/taglib.cpp
patch
|
blob
|
history
diff --git
a/modules/meta_engine/taglib.cpp
b/modules/meta_engine/taglib.cpp
index 2ef059363dd09a2133c559eae4b0da82716a6428..85279bcbcdf1569685d5fcea71cf3f53af38e5c9 100644
(file)
--- a/
modules/meta_engine/taglib.cpp
+++ b/
modules/meta_engine/taglib.cpp
@@
-189,6
+189,7
@@
public:
return ByteVector::null;
else if ((size_t)i_read != length)
res.resize(i_read);
+ m_previousPos += i_read;
return res;
}