Skip to content

Commit

Permalink
#340 QuickTime ReturnAtomData default false
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHeinrich committed Sep 17, 2021
1 parent 4e02ed0 commit 4788e3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions getid3/getid3.php
Expand Up @@ -289,7 +289,7 @@ class getID3
*
* @var bool
*/
public $options_audiovideo_quicktime_ReturnAtomData = true;
public $options_audiovideo_quicktime_ReturnAtomData = false;

/** audio-video.quicktime
* return all parsed data from all atoms if true, otherwise just returned parsed metadata
Expand Down Expand Up @@ -387,7 +387,7 @@ class getID3
*/
protected $startup_warning = '';

const VERSION = '1.9.20-202109010614';
const VERSION = '1.9.20-202109171300';
const FREAD_BUFFER_SIZE = 32768;

const ATTACHMENTS_NONE = false;
Expand Down
2 changes: 1 addition & 1 deletion getid3/module.audio-video.quicktime.php
Expand Up @@ -29,7 +29,7 @@ class getid3_quicktime extends getid3_handler
*
* @var bool
*/
public $ReturnAtomData = true;
public $ReturnAtomData = false;

/** audio-video.quicktime
* return all parsed data from all atoms if true, otherwise just returned parsed metadata
Expand Down

0 comments on commit 4788e3e

Please sign in to comment.