Format issue

main
Mohamed Ali Chebbi 2 years ago
parent 6b3a1b3550
commit d2fa07d559

@ -4,8 +4,8 @@
#define HELPER_FUNCTIONS_HPP
#include <string>
#include "types.hpp"
#include "basicio.hpp"
#include "types.hpp"
/*!
@brief Convert a (potentially not null terminated) array into a
std::string.
@ -39,7 +39,6 @@ char returnHex(int n);
@return Returns std::string object .
*/
static constexpr size_t BYTE = 0x1;
static constexpr size_t WCHAR = 0x2;
static constexpr size_t WORD = 0X2;
@ -49,7 +48,6 @@ static constexpr size_t GUID = 0x10;
std::string toString16(Exiv2::DataBuf& buf);
[[nodiscard]] uint64_t readQWORDTag(Exiv2::BasicIo::UniquePtr& io);
[[nodiscard]] uint32_t readDWORDTag(Exiv2::BasicIo::UniquePtr& io);

@ -5,6 +5,7 @@ Xmp.video.FileType XmpText 4 AVI AVI
Xmp.video.MicroSecPerFrame XmpText 5 28571 28571
Xmp.video.MaxDataRate XmpText 5 95326 95326
Xmp.video.FrameCount XmpText 3 110 110
Xmp.audio.ChannelType XmpText 4 Mono Mono
Xmp.video.StreamCount XmpText 4 3074 3074
Xmp.video.Width XmpText 3 256 256
Xmp.video.Height XmpText 3 240 240

Loading…
Cancel
Save