Remove most of the asserts from codebase

This commit is contained in:
Luis Díaz Más
2022-03-22 15:25:08 +01:00
parent 734b909721
commit b05573fadc
33 changed files with 10 additions and 249 deletions
-1
View File
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
// Read an XMP from a video or graphic file, parse it and print all (known) properties.
#include <cassert>
#include <exiv2/exiv2.hpp>
#include <iomanip>
#include <iostream>