tagparser/ogg
Martchus 9f41c30443 Silence/fix GCC's maybe-uninitialized warnings
* The warning about `bsEnvCount` is actually correct.
* The warning about `lastAtomToBeWritten` might be correct.
* The warning about `relPos` is definitely unjustified because `relPos` is
  only used when `cueRelativePositionElement` is not `nullptr` and `relPos`
  is initialized in that case.
* The warnings about `pos`, `nextPageOffset` and `startOfLastMetaDataBlock`
  are also wrong for similar reasons.
2023-10-31 20:05:13 +01:00
..
oggcontainer.cpp Silence/fix GCC's maybe-uninitialized warnings 2023-10-31 20:05:13 +01:00
oggcontainer.h Add missing documentation 2022-08-02 21:41:05 +02:00
oggiterator.cpp Deprecate certain unused Ogg functions which are likely not generally useful 2021-08-16 18:44:48 +02:00
oggiterator.h Deprecate certain unused Ogg functions which are likely not generally useful 2021-08-16 18:44:48 +02:00
oggpage.cpp Avoid abusing OggPage header flags to store whether last segment unconcluded 2023-05-16 23:18:27 +02:00
oggpage.h Avoid abusing OggPage header flags to store whether last segment unconcluded 2023-05-16 23:18:27 +02:00
oggstream.cpp Fix crashes due to wrong parameter passing 2021-10-26 15:54:30 +02:00
oggstream.h Add API to allow aborting overall/expensive parsing functions 2021-02-04 23:21:50 +01:00