From 4788e3ed248b0643da73f1b4b2a94e2f52f71e48 Mon Sep 17 00:00:00 2001 From: James Heinrich Date: Fri, 17 Sep 2021 13:01:10 -0400 Subject: [PATCH] #340 QuickTime ReturnAtomData default false https://github.com/JamesHeinrich/getID3/issues/340 --- getid3/getid3.php | 4 ++-- getid3/module.audio-video.quicktime.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/getid3/getid3.php b/getid3/getid3.php index c1b25b09..8070caed 100644 --- a/getid3/getid3.php +++ b/getid3/getid3.php @@ -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 @@ -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; diff --git a/getid3/module.audio-video.quicktime.php b/getid3/module.audio-video.quicktime.php index c57ff116..2250e1c7 100644 --- a/getid3/module.audio-video.quicktime.php +++ b/getid3/module.audio-video.quicktime.php @@ -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