exiftool-vendored.exe 12.82.1 → 12.85.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/exiftool_files/Changes +59 -0
- package/bin/exiftool_files/README +47 -46
- package/bin/exiftool_files/build_geolocation +945 -0
- package/bin/exiftool_files/config_files/example.config +2 -2
- package/bin/exiftool_files/exiftool.pl +79 -55
- package/bin/exiftool_files/fmt_files/gpx.fmt +2 -1
- package/bin/exiftool_files/fmt_files/gpx_wpt.fmt +2 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Apple.pm +52 -7
- package/bin/exiftool_files/lib/Image/ExifTool/BuildTagLookup.pm +5 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +11 -2
- package/bin/exiftool_files/lib/Image/ExifTool/CanonVRD.pm +18 -5
- package/bin/exiftool_files/lib/Image/ExifTool/DJI.pm +29 -0
- package/bin/exiftool_files/lib/Image/ExifTool/DPX.pm +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/Exif.pm +19 -2
- package/bin/exiftool_files/lib/Image/ExifTool/GM.pm +17 -8
- package/bin/exiftool_files/lib/Image/ExifTool/Geolocation.dat +0 -0
- package/bin/exiftool_files/lib/Image/ExifTool/Geolocation.pm +170 -104
- package/bin/exiftool_files/lib/Image/ExifTool/Geotag.pm +18 -10
- package/bin/exiftool_files/lib/Image/ExifTool/ID3.pm +28 -6
- package/bin/exiftool_files/lib/Image/ExifTool/Nikon.pm +25 -6
- package/bin/exiftool_files/lib/Image/ExifTool/Pentax.pm +64 -13
- package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +26 -7
- package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +5 -0
- package/bin/exiftool_files/lib/Image/ExifTool/Sony.pm +15 -6
- package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +3557 -3540
- package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +61 -13
- package/bin/exiftool_files/lib/Image/ExifTool/WriteQuickTime.pl +4 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Writer.pl +166 -134
- package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +2 -0
- package/bin/exiftool_files/lib/Image/ExifTool/XMP2.pl +3 -0
- package/bin/exiftool_files/lib/Image/ExifTool.pm +59 -27
- package/bin/exiftool_files/lib/Image/ExifTool.pod +88 -71
- package/package.json +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/cs.pm +0 -978
- package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/de.pm +0 -1975
- package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/en_ca.pm +0 -44
- package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/en_gb.pm +0 -124
- package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/es.pm +0 -2921
- package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/fi.pm +0 -1116
- package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/fr.pm +0 -3171
- package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/it.pm +0 -2750
- package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/ja.pm +0 -10256
- package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/ko.pm +0 -4499
- package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/nl.pm +0 -1270
- package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/pl.pm +0 -3019
- package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/ru.pm +0 -18220
- package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/sk.pm +0 -441
- package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/sv.pm +0 -714
- package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/tr.pm +0 -452
- package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/zh_cn.pm +0 -2225
- package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/zh_tw.pm +0 -72
|
@@ -12,7 +12,7 @@ meta information extracted from or written to a file.
|
|
|
12
12
|
=head1 TAG TABLES
|
|
13
13
|
|
|
14
14
|
The tables listed below give the names of all tags recognized by ExifTool.
|
|
15
|
-
They contain a total of
|
|
15
|
+
They contain a total of 27859 tags, with 17442 unique tag names.
|
|
16
16
|
|
|
17
17
|
B<Tag ID>, B<Index#> or B<Sequence> is given in the first column of each
|
|
18
18
|
table. A B<Tag ID> is the computer-readable equivalent of a tag name, and
|
|
@@ -1042,7 +1042,7 @@ for the official EXIF 2.32 specification.
|
|
|
1042
1042
|
0xcd38 MaskSubArea SubIFD no
|
|
1043
1043
|
0xcd39 ProfileHueSatMapData3 IFD0 float[n]!
|
|
1044
1044
|
0xcd3a ReductionMatrix3 IFD0 rational64s[n]!
|
|
1045
|
-
|
|
1045
|
+
0xcd3f RGBTables IFD0 undef!
|
|
1046
1046
|
0xcd40 ProfileGainTableMap2 IFD0 undef!
|
|
1047
1047
|
0xcd41 JUMBF - Jpeg2000
|
|
1048
1048
|
0xcd43 ColumnInterleaveFactor SubIFD int32u!
|
|
@@ -1050,6 +1050,9 @@ for the official EXIF 2.32 specification.
|
|
|
1050
1050
|
0xcd46 ImageStats IFD0 undef!
|
|
1051
1051
|
0xcd47 ProfileDynamicRange IFD0 DNG ProfileDynamicRange
|
|
1052
1052
|
0xcd48 ProfileGroupName IFD0 string!
|
|
1053
|
+
0xcd49 JXLDistance IFD0 float
|
|
1054
|
+
0xcd4a JXLEffort IFD0 int32u
|
|
1055
|
+
0xcd4b JXLDecodeSpeed IFD0 int32u
|
|
1053
1056
|
0xea1c Padding ExifIFD undef!
|
|
1054
1057
|
0xea1d OffsetSchema ExifIFD int32s!
|
|
1055
1058
|
0xfde8 OwnerName ExifIFD string/
|
|
@@ -4797,6 +4800,9 @@ These tags belong to the ExifTool XMP-GCamera family 1 group.
|
|
|
4797
4800
|
MicroVideoOffset integer
|
|
4798
4801
|
MicroVideoPresentationTimestampUs integer
|
|
4799
4802
|
MicroVideoVersion integer
|
|
4803
|
+
MotionPhoto integer
|
|
4804
|
+
MotionPhotoPresentationTimestampUs integer
|
|
4805
|
+
MotionPhotoVersion integer
|
|
4800
4806
|
PortraitNote string
|
|
4801
4807
|
PortraitRequest string
|
|
4802
4808
|
PortraitVersion string
|
|
@@ -7740,7 +7746,8 @@ These tags are used in Pentax/Asahi cameras.
|
|
|
7740
7746
|
0x0229 SerialNumber string
|
|
7741
7747
|
0x022a FilterInfo Pentax FilterInfo
|
|
7742
7748
|
Pentax FilterInfo
|
|
7743
|
-
0x022b
|
|
7749
|
+
0x022b LevelInfoK3III Pentax LevelInfoK3III
|
|
7750
|
+
LevelInfo Pentax LevelInfo
|
|
7744
7751
|
0x022d WBLevels Pentax WBLevels
|
|
7745
7752
|
0x022e Artist string
|
|
7746
7753
|
0x022f Copyright string
|
|
@@ -7913,7 +7920,8 @@ Auto-exposure information for the K-01.
|
|
|
7913
7920
|
|
|
7914
7921
|
=head3 Pentax AEInfo3 Tags
|
|
7915
7922
|
|
|
7916
|
-
Auto-exposure information for the K-3, K-30, K-50
|
|
7923
|
+
Auto-exposure information for the K-1mkII, K-3, K-30, K-50, K-70, K-500 and
|
|
7924
|
+
KP.
|
|
7917
7925
|
|
|
7918
7926
|
Index1 Tag Name Writable
|
|
7919
7927
|
------ -------- --------
|
|
@@ -8044,7 +8052,9 @@ Flash information tags for the K10D, K20D and K200D.
|
|
|
8044
8052
|
Index1 Tag Name Writable
|
|
8045
8053
|
------ -------- --------
|
|
8046
8054
|
0.1 PowerSource int8u & 0x0f
|
|
8055
|
+
Tag01 int8u & 0x0f
|
|
8047
8056
|
1.1 BodyBatteryState int8u & 0xf0
|
|
8057
|
+
BodyBatteryState? int8u & 0xf0
|
|
8048
8058
|
1.2 GripBatteryState int8u & 0x0f
|
|
8049
8059
|
GripBatteryState? int8u & 0x0f
|
|
8050
8060
|
2 BodyBatteryADNoLoad int8u
|
|
@@ -8066,6 +8076,7 @@ Flash information tags for the K10D, K20D and K200D.
|
|
|
8066
8076
|
6 AFDefocus int8u
|
|
8067
8077
|
7 AFIntegrationTime int8u
|
|
8068
8078
|
11 AFPointsInFocus int8u
|
|
8079
|
+
506 LiveView int8u
|
|
8069
8080
|
509 AFHold int8u
|
|
8070
8081
|
|
|
8071
8082
|
=head3 Pentax KelvinWB Tags
|
|
@@ -8105,6 +8116,7 @@ White balance Blue/Red gains as a function of color temperature.
|
|
|
8105
8116
|
------ -------- --------
|
|
8106
8117
|
0 EVSteps int8u
|
|
8107
8118
|
1 SensitivitySteps int8u
|
|
8119
|
+
3 LiveView int8u
|
|
8108
8120
|
|
|
8109
8121
|
=head3 Pentax ShotInfo Tags
|
|
8110
8122
|
|
|
@@ -8218,6 +8230,15 @@ used.
|
|
|
8218
8230
|
311 DigitalFilter19 undef[17]
|
|
8219
8231
|
328 DigitalFilter20 undef[17]
|
|
8220
8232
|
|
|
8233
|
+
=head3 Pentax LevelInfoK3III Tags
|
|
8234
|
+
|
|
8235
|
+
Tags decoded from the electronic level information for the K-3 III.
|
|
8236
|
+
|
|
8237
|
+
Index1 Tag Name Writable
|
|
8238
|
+
------ -------- --------
|
|
8239
|
+
3 RollAngle int16s
|
|
8240
|
+
5 PitchAngle int16s
|
|
8241
|
+
|
|
8221
8242
|
=head3 Pentax LevelInfo Tags
|
|
8222
8243
|
|
|
8223
8244
|
Tags decoded from the electronic level information for the K-5. May not be
|
|
@@ -8897,12 +8918,16 @@ Tags extracted from the maker notes of iPhone images.
|
|
|
8897
8918
|
0x0019 ImageProcessingFlags? int32s
|
|
8898
8919
|
0x001a QualityHint? string
|
|
8899
8920
|
0x001d LuminanceNoiseAmplitude rational64s
|
|
8921
|
+
0x001f PhotosAppFeatureFlags int32s
|
|
8900
8922
|
0x0020 ImageCaptureRequestID? string
|
|
8901
8923
|
0x0021 HDRHeadroom rational64s
|
|
8924
|
+
0x0023 AFPerformance int32s[2]
|
|
8902
8925
|
0x0025 SceneFlags? int32s
|
|
8903
8926
|
0x0026 SignalToNoiseRatioType? int32s
|
|
8904
8927
|
0x0027 SignalToNoiseRatio rational64s
|
|
8905
8928
|
0x002b PhotoIdentifier string
|
|
8929
|
+
0x002d ColorTemperature int32s
|
|
8930
|
+
0x002e CameraType int32s
|
|
8906
8931
|
0x002f FocusPosition int32s
|
|
8907
8932
|
0x0030 HDRGain rational64s
|
|
8908
8933
|
0x0038 AFMeasuredDepth int32s
|
|
@@ -8912,7 +8937,8 @@ Tags extracted from the maker notes of iPhone images.
|
|
|
8912
8937
|
0x0040 SemanticStyle no
|
|
8913
8938
|
0x0041 SemanticStyleRenderingVer no
|
|
8914
8939
|
0x0042 SemanticStylePreset no
|
|
8915
|
-
|
|
8940
|
+
0x004e Apple_0x004e? no
|
|
8941
|
+
0x004f Apple_0x004f? no
|
|
8916
8942
|
|
|
8917
8943
|
=head3 Apple RunTime Tags
|
|
8918
8944
|
|
|
@@ -9327,6 +9353,7 @@ Unknown only to reduce the volume of the normal output.
|
|
|
9327
9353
|
41 ManualFlashOutput int16s
|
|
9328
9354
|
42 ColorTone int16s
|
|
9329
9355
|
46 SRAWQuality int16s
|
|
9356
|
+
51 Clarity int16s
|
|
9330
9357
|
|
|
9331
9358
|
=head3 Canon FocalLength Tags
|
|
9332
9359
|
|
|
@@ -10449,6 +10476,8 @@ WB tags for the Canon G9.
|
|
|
10449
10476
|
11 DigitalGain int16s
|
|
10450
10477
|
12 WBShiftAB int16s
|
|
10451
10478
|
13 WBShiftGM int16s
|
|
10479
|
+
14 UnsharpMaskFineness int16s
|
|
10480
|
+
15 UnsharpMaskThreshold int16s
|
|
10452
10481
|
|
|
10453
10482
|
=head3 Canon ColorBalance Tags
|
|
10454
10483
|
|
|
@@ -12281,6 +12310,7 @@ below by a decimal appended to the tag ID (.0, .1 or .2).
|
|
|
12281
12310
|
0x10002 Rotation yes
|
|
12282
12311
|
0x10003 AngleAdj yes
|
|
12283
12312
|
0x10021 CustomPictureStyle yes
|
|
12313
|
+
0x10100 Rating yes
|
|
12284
12314
|
0x10101 CheckMark yes
|
|
12285
12315
|
0x10200 WorkColorSpace yes
|
|
12286
12316
|
0x20001 RawBrightnessAdj yes
|
|
@@ -12402,7 +12432,8 @@ below by a decimal appended to the tag ID (.0, .1 or .2).
|
|
|
12402
12432
|
4 CropY int32s
|
|
12403
12433
|
5 CropWidth int32s
|
|
12404
12434
|
6 CropHeight int32s
|
|
12405
|
-
|
|
12435
|
+
7 CropRotation int32s
|
|
12436
|
+
8 CropAngle double
|
|
12406
12437
|
10 CropOriginalWidth int32s
|
|
12407
12438
|
11 CropOriginalHeight int32s
|
|
12408
12439
|
|
|
@@ -22520,6 +22551,7 @@ WX350/WX500, ILCE-1/7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/7SM3/9/9M2/5000/
|
|
|
22520
22551
|
1102 ISOInfo Sony ISOInfo
|
|
22521
22552
|
1176 ISOInfo Sony ISOInfo
|
|
22522
22553
|
1181 ISOInfo Sony ISOInfo
|
|
22554
|
+
1182 ISOInfo Sony ISOInfo
|
|
22523
22555
|
1185 ISOInfo Sony ISOInfo
|
|
22524
22556
|
1186 ISOInfo Sony ISOInfo
|
|
22525
22557
|
1210 ISOInfo Sony ISOInfo
|
|
@@ -29114,7 +29146,7 @@ ID3 version 2.2 tags. (These are the tags written by iTunes 5.0.)
|
|
|
29114
29146
|
'TT2' Title no
|
|
29115
29147
|
'TT3' Subtitle no
|
|
29116
29148
|
'TXT' Lyricist no
|
|
29117
|
-
'TXX'
|
|
29149
|
+
'TXX' TXX ID3 UserDefined
|
|
29118
29150
|
'TYE' Year no
|
|
29119
29151
|
'ULT' Lyrics no
|
|
29120
29152
|
'WAF' FileURL no
|
|
@@ -29123,7 +29155,7 @@ ID3 version 2.2 tags. (These are the tags written by iTunes 5.0.)
|
|
|
29123
29155
|
'WCM' CommercialURL no
|
|
29124
29156
|
'WCP' CopyrightURL no
|
|
29125
29157
|
'WPB' PublisherURL no
|
|
29126
|
-
'WXX'
|
|
29158
|
+
'WXX' WXX ID3 UserDefined
|
|
29127
29159
|
|
|
29128
29160
|
=head3 ID3 SynLyrics Tags
|
|
29129
29161
|
|
|
@@ -29135,6 +29167,15 @@ The following tags are extracted from synchronized lyrics/text frames.
|
|
|
29135
29167
|
SynchronizedLyricsText no+
|
|
29136
29168
|
SynchronizedLyricsType no
|
|
29137
29169
|
|
|
29170
|
+
=head3 ID3 UserDefined Tags
|
|
29171
|
+
|
|
29172
|
+
ID3 user-defined text and URL tags will be dynamically added to this table
|
|
29173
|
+
by name when found.
|
|
29174
|
+
|
|
29175
|
+
Tag ID Tag Name Writable
|
|
29176
|
+
------ -------- --------
|
|
29177
|
+
[no tags known]
|
|
29178
|
+
|
|
29138
29179
|
=head3 ID3 v2_3 Tags
|
|
29139
29180
|
|
|
29140
29181
|
ID3 version 2.3 tags. Includes some non-standard tags written by other
|
|
@@ -29204,7 +29245,7 @@ software.
|
|
|
29204
29245
|
'TSOC' ComposerSortOrder no
|
|
29205
29246
|
'TSRC' ISRC no
|
|
29206
29247
|
'TSSE' EncoderSettings no
|
|
29207
|
-
'TXXX'
|
|
29248
|
+
'TXXX' TXXX ID3 UserDefined
|
|
29208
29249
|
'TYER' Year no
|
|
29209
29250
|
'USER' TermsOfUse no
|
|
29210
29251
|
'USLT' Lyrics no
|
|
@@ -29217,7 +29258,7 @@ software.
|
|
|
29217
29258
|
'WORS' InternetRadioStationURL no
|
|
29218
29259
|
'WPAY' PaymentURL no
|
|
29219
29260
|
'WPUB' PublisherURL no
|
|
29220
|
-
'WXXX'
|
|
29261
|
+
'WXXX' WXXX ID3 UserDefined
|
|
29221
29262
|
'XDOR' OriginalReleaseTime no
|
|
29222
29263
|
'XOLY' OlympusDSS Olympus DSS
|
|
29223
29264
|
'XSOA' AlbumSortOrder no
|
|
@@ -29328,7 +29369,7 @@ software.
|
|
|
29328
29369
|
'TSRC' ISRC no
|
|
29329
29370
|
'TSSE' EncoderSettings no
|
|
29330
29371
|
'TSST' SetSubtitle no
|
|
29331
|
-
'TXXX'
|
|
29372
|
+
'TXXX' TXXX ID3 UserDefined
|
|
29332
29373
|
'USER' TermsOfUse no
|
|
29333
29374
|
'USLT' Lyrics no
|
|
29334
29375
|
'WCOM' CommercialURL no
|
|
@@ -29340,7 +29381,7 @@ software.
|
|
|
29340
29381
|
'WORS' InternetRadioStationURL no
|
|
29341
29382
|
'WPAY' PaymentURL no
|
|
29342
29383
|
'WPUB' PublisherURL no
|
|
29343
|
-
'WXXX'
|
|
29384
|
+
'WXXX' WXXX ID3 UserDefined
|
|
29344
29385
|
'XDOR' OriginalReleaseTime no
|
|
29345
29386
|
'XOLY' OlympusDSS Olympus DSS
|
|
29346
29387
|
'XSOA' AlbumSortOrder no
|
|
@@ -29978,6 +30019,7 @@ QuickTimeHandler option may be set to 0 to avoid this.
|
|
|
29978
30019
|
'sdes' StoreDescription string
|
|
29979
30020
|
'sfID' AppleStoreCountry int32s
|
|
29980
30021
|
'shwm' ShowMovement int8s
|
|
30022
|
+
'snal' PreviewImage string
|
|
29981
30023
|
'soaa' SortAlbumArtist string
|
|
29982
30024
|
'soal' SortAlbum string
|
|
29983
30025
|
'soar' SortArtist string
|
|
@@ -29987,6 +30029,7 @@ QuickTimeHandler option may be set to 0 to avoid this.
|
|
|
29987
30029
|
'stik' MediaType int8s
|
|
29988
30030
|
'titl' Title string/
|
|
29989
30031
|
'tmpo' BeatsPerMinute int16s
|
|
30032
|
+
'tnal' ThumbnailImage string
|
|
29990
30033
|
'trkn' TrackNumber undef
|
|
29991
30034
|
'tven' TVEpisodeID string
|
|
29992
30035
|
'tves' TVEpisode int32s
|
|
@@ -30722,6 +30765,7 @@ the config file.
|
|
|
30722
30765
|
'RDTC' RicohRDTC Ricoh RDTC
|
|
30723
30766
|
'RDTG' RicohRDTG Ricoh RDTG
|
|
30724
30767
|
'RDTL' RicohRDTL Ricoh RDTL
|
|
30768
|
+
'RICO' RicohInfo EXIF
|
|
30725
30769
|
'RMKN' RicohRMKN EXIF
|
|
30726
30770
|
'RTHU' PreviewImage no
|
|
30727
30771
|
'SDLN' PlayMode string
|
|
@@ -31674,7 +31718,10 @@ Camero.
|
|
|
31674
31718
|
|
|
31675
31719
|
Use the API PrintCSV option to output all timed
|
|
31676
31720
|
PDR data in CSV format at greatly increased speed and with much lower memory
|
|
31677
|
-
usage.
|
|
31721
|
+
usage. This option prints the numerical values for each channel in CSV
|
|
31722
|
+
format, suitable for import into RaceRender. In this output, the gear
|
|
31723
|
+
numbers for Neutral and Reverse are changed to -1 and -100 respectively for
|
|
31724
|
+
compatibility with RaceRender.
|
|
31678
31725
|
|
|
31679
31726
|
=head3 GM marl Tags
|
|
31680
31727
|
|
|
@@ -40044,6 +40091,7 @@ FileName.
|
|
|
40044
40091
|
GeolocationCountryCode ExifTool no
|
|
40045
40092
|
GeolocationDistance ExifTool no
|
|
40046
40093
|
GeolocationFeatureCode ExifTool no
|
|
40094
|
+
GeolocationFeatureType ExifTool no
|
|
40047
40095
|
GeolocationPopulation ExifTool no
|
|
40048
40096
|
GeolocationPosition ExifTool no
|
|
40049
40097
|
GeolocationRegion ExifTool no
|
|
@@ -168,7 +168,8 @@ sub ConvInvISO6709($)
|
|
|
168
168
|
# requires at least 3 digits after the decimal point
|
|
169
169
|
# (and as of Apr 2021, Google Photos doesn't accept coordinats
|
|
170
170
|
# with more than 5 digits after the decimal place:
|
|
171
|
-
# https://exiftool.org/forum/index.php?topic=11055.msg67171#msg67171
|
|
171
|
+
# https://exiftool.org/forum/index.php?topic=11055.msg67171#msg67171
|
|
172
|
+
# still a problem Apr 2024: https://exiftool.org/forum/index.php?msg=85761)
|
|
172
173
|
my @fmt = ('%s%02d.%s%s','%s%03d.%s%s','%s%d.%s%s');
|
|
173
174
|
my @limit = (90,180);
|
|
174
175
|
foreach (@a) {
|
|
@@ -875,7 +876,8 @@ sub WriteQuickTime($$$)
|
|
|
875
876
|
# --> hold this terminator to the end
|
|
876
877
|
$term = $hdr;
|
|
877
878
|
} elsif ($n != 0) {
|
|
878
|
-
|
|
879
|
+
# warn unless this is 1-3 pad bytes
|
|
880
|
+
$et->Error("Unknown $n bytes at end of file", 1) if $n > 3 or $hdr ne "\0" x $n;
|
|
879
881
|
}
|
|
880
882
|
last;
|
|
881
883
|
}
|