1
1
diff --git a/lib/Image/ExifTool.pm b/lib/Image/ExifTool.pm
2
- index 6c3a6292..90b57c2e 100644
2
+ index 1e4f591a..737599f4 100644
3
3
--- a/lib/Image/ExifTool.pm
4
4
+++ b/lib/Image/ExifTool.pm
5
5
@@ -190,19 +190,10 @@ $defaultLang = 'en'; # default language
@@ -13,7 +13,7 @@ index 6c3a6292..90b57c2e 100644
13
13
- RAR 7Z BZ2 CZI TAR EXE EXR HDR CHM LNK WMF AVC DEX DPX RAW Font
14
14
- RSRC M2TS MacOS PHP PCX DCX DWF DWG DXF WTV Torrent VCard LRI
15
15
- R3D AA PDB PFM2 MRC LIF JXL MOI ISO ALIAS JSON MP3 DICOM PCD ICO
16
- - TXT);
16
+ - TXT AAC );
17
17
+ @fileTypes = qw(JPEG TIFF);
18
18
19
19
# file types that we can write (edit)
@@ -24,7 +24,7 @@ index 6c3a6292..90b57c2e 100644
24
24
my %writeTypes; # lookup for writable file types (hash filled if required)
25
25
26
26
# file extensions that we can't write for various base types
27
- @@ -223,346 +214 ,9 @@ my %createTypes = map { $_ => 1 } qw(XMP ICC MIE VRD DR4 EXIF EXV);
27
+ @@ -224,347 +215 ,9 @@ my %createTypes = map { $_ => 1 } qw(XMP ICC MIE VRD DR4 EXIF EXV);
28
28
# (if extension may be more than one type, the type is a list where
29
29
# the writable type should come first if it exists)
30
30
%fileTypeLookup = (
@@ -37,6 +37,7 @@ index 6c3a6292..90b57c2e 100644
37
37
- '7Z' => ['7Z', '7z archive'],
38
38
- A => ['EXE', 'Static library'],
39
39
- AA => ['AA', 'Audible Audiobook'],
40
+ - AAC => ['AAC', 'Advanced Audio Coding'],
40
41
- AAE => ['PLIST','Apple edit information'],
41
42
- AAX => ['MOV', 'Audible Enhanced Audiobook'],
42
43
- ACR => ['DICOM','American College of Radiology ACR-NEMA'],
@@ -373,7 +374,7 @@ index 6c3a6292..90b57c2e 100644
373
374
# typical extension for each file type (if different than FileType)
374
375
diff --git a/lib/Image/ExifTool/AIFF.pm b/lib/Image/ExifTool/AIFF.pm
375
376
deleted file mode 100644
376
- index a862a0de ..00000000
377
+ index f2c7a68d ..00000000
377
378
--- a/lib/Image/ExifTool/AIFF.pm
378
379
+++ /dev/null
379
380
@@ -1,312 +0,0 @@
@@ -666,7 +667,7 @@ index a862a0de..00000000
666
667
-
667
668
- =head1 AUTHOR
668
669
-
669
- - Copyright 2003-2023 , Phil Harvey (philharvey66 at gmail.com)
670
+ - Copyright 2003-2024 , Phil Harvey (philharvey66 at gmail.com)
670
671
-
671
672
- This library is free software; you can redistribute it and/or modify it
672
673
- under the same terms as Perl itself.
0 commit comments