BuildTools
Qt
Src
Agave
Components
Elevator
Mastering
Plugins
ReplayGainAnalysis
WAT
Wasabi
Wasabi2
Winamp
aacPlus
aacdec
aacdec-mft
adpcm
alac
albumart
apev2
auth
bmp
burnlib
codesign
config
devices
external_dependencies
f263
filereader
freetypewac
gif
gracenote
h264
h264dec
id3v2
id3_dll.h
id3_dll_wrapper.cpp
id3_error.cpp
id3_error.h
id3_externals.h
id3_field.cpp
id3_field.h
id3_field_binary.cpp
id3_field_integer.cpp
id3_field_string_ascii.cpp
id3_field_string_unicode.cpp
id3_frame.cpp
id3_frame.h
id3_frame_parse.cpp
id3_frame_render.cpp
id3_header.cpp
id3_header.h
id3_header_frame.cpp
id3_header_frame.h
id3_header_tag.cpp
id3_header_tag.h
id3_int28.cpp
id3_int28.h
id3_misc_support.cpp
id3_misc_support.h
id3_tag.cpp
id3_tag.h
id3_tag_file.cpp
id3_tag_find.cpp
id3_tag_parse.cpp
id3_tag_parse_lyrics3.cpp
id3_tag_parse_v1.cpp
id3_tag_render.cpp
id3_tag_sync.cpp
id3_types.h
id3_version.h
id3v2.vcxproj
id3v2.vcxproj.filters
ie_plugin
installer
jpeg
libvp6
libvpShared
mp3-mpg123
mp4v
mpeg4dec
nde
nprt_plugin
ns-eel
ns-eel2
nsavi
nsmkv
nsutil
nsv
nsvdec_vp3
nsvdec_vp5
nsvdec_vp6
nswasabi
nu
omBrowser
pcm
pfc
playlist
plist
png
replicant
resources
tagz
tataki
theora
timer
vlb
vp32
vp6
vp8x
wbm
winampAll
winampa
xml
xspf
vcpkg-ports
.gitignore
LICENSE.md
README.md
automate-git.py
cef_x86.bat
install-packages.cmd
vcpkg_version_finder.py
winampAll_2019.sln
22 lines
747 B
C
22 lines
747 B
C
// The authors have released ID3Lib as Public Domain (PD) and claim no copyright,
|
|
// patent or other intellectual property protection in this work. This means that
|
|
// it may be modified, redistributed and used in commercial and non-commercial
|
|
// software and hardware without restrictions. ID3Lib is distributed on an "AS IS"
|
|
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
|
|
//
|
|
// The ID3Lib authors encourage improvements and optimisations to be sent to the
|
|
// ID3Lib coordinator, currently Dirk Mahoney (dirk@id3.org). Approved
|
|
// submissions may be altered, and will be included and released under these terms.
|
|
//
|
|
// Mon Nov 23 18:34:01 1998
|
|
|
|
|
|
#ifndef ID3LIB_EXTERNALS_H
|
|
#define ID3LIB_EXTERNALS_H
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|