Skip to content

Commit

Permalink
Quicktime add hvc1 / H.265 video codec
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHeinrich committed Jul 16, 2022
1 parent 78d82a9 commit 59439c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion getid3/getid3.php
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ class getID3
*/
protected $startup_warning = '';

const VERSION = '1.9.21-202206211730';
const VERSION = '1.9.21-202207161647';
const FREAD_BUFFER_SIZE = 32768;

const ATTACHMENTS_NONE = false;
Expand Down
2 changes: 2 additions & 0 deletions getid3/module.audio-video.quicktime.php
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@ public function QuicktimeParseAtom($atomname, $atomsize, $atom_data, $baseoffset
case 'dvcp':
case 'gif ':
case 'h263':
case 'hvc1':
case 'jpeg':
case 'kpcd':
case 'mjpa':
Expand Down Expand Up @@ -2368,6 +2369,7 @@ public function QuicktimeVideoCodecLookup($codecid) {
$QuicktimeVideoCodecLookup['gif '] = 'GIF';
$QuicktimeVideoCodecLookup['h261'] = 'H261';
$QuicktimeVideoCodecLookup['h263'] = 'H263';
$QuicktimeVideoCodecLookup['hvc1'] = 'H.265/HEVC';
$QuicktimeVideoCodecLookup['IV41'] = 'Indeo4';
$QuicktimeVideoCodecLookup['jpeg'] = 'JPEG';
$QuicktimeVideoCodecLookup['kpcd'] = 'PhotoCD';
Expand Down

0 comments on commit 59439c5

Please sign in to comment.