summaryrefslogtreecommitdiff
path: root/lib/Image/ExifTool/H264.pm
diff options
context:
space:
mode:
authorexiftool <exiftool@users.sourceforge.net>2019-06-11 11:26:48 -0400
committerexiftool <exiftool@users.sourceforge.net>2019-06-11 11:26:48 -0400
commitca570e23c20df7eabbb072123c40ea1f9ceeb4f2 (patch)
tree74d63f6b7f92450814c1672d40d7aa21ff8ad46b /lib/Image/ExifTool/H264.pm
parentaac090f8ba196c49ab4deeab3573db5c88836c4d (diff)
Update to 11.50
Diffstat (limited to 'lib/Image/ExifTool/H264.pm')
-rw-r--r--lib/Image/ExifTool/H264.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Image/ExifTool/H264.pm b/lib/Image/ExifTool/H264.pm
index 59a6a28a..8cc2ee09 100644
--- a/lib/Image/ExifTool/H264.pm
+++ b/lib/Image/ExifTool/H264.pm
@@ -64,7 +64,7 @@ my $parsePictureTiming; # flag to enable parsing of picture timing information (
Information (SEI). I<[Yes, this description is confusing, but nothing
compared to the challenge of actually decoding the data!]> This information
may exist at regular intervals through the entire video, but only the first
- occurrence is extracted unless the ExtractEmbedded (-ee) option is used (in
+ occurrence is extracted unless the L<ExtractEmbedded|../ExifTool.html#ExtractEmbedded> (-ee) option is used (in
which case subsequent occurrences are extracted as sub-documents).
},
# (Note: all these are explained in IEC 61834-4, but it costs money so it is useless to me)
@@ -458,7 +458,7 @@ my $parsePictureTiming; # flag to enable parsing of picture timing information (
ValueConv => '$val == 0xff ? undef : $val',
PrintConv => q{
my $foc = ($val & 0x7e) / (($val & 0x01) ? 40 : 400);
- return ($val & 0x80 ? 'Manual' : 'Auto') . " ($foc)";
+ return(($val & 0x80 ? 'Manual' : 'Auto') . " ($foc)");
},
},
);