[SPIP] v3.2.1-->v3.2.3
[lhc/web/www.git] / www / plugins-dist / medias / lib / getid3 / module.audio-video.bink.php
index af4b4f8..bd38e33 100644 (file)
@@ -1,11 +1,10 @@
 <?php
 /////////////////////////////////////////////////////////////////
 /// getID3() by James Heinrich <info@getid3.org>               //
-//  available at http://getid3.sourceforge.net                 //
-//            or http://www.getid3.org                         //
-//          also https://github.com/JamesHeinrich/getID3       //
-/////////////////////////////////////////////////////////////////
-// See readme.txt for more details                             //
+//  available at https://github.com/JamesHeinrich/getID3       //
+//            or https://www.getid3.org                        //
+//            or http://getid3.sourceforge.net                 //
+//  see readme.txt for more details                            //
 /////////////////////////////////////////////////////////////////
 //                                                             //
 // module.audio.bink.php                                       //
 
 class getid3_bink extends getid3_handler
 {
-
+       /**
+        * @return bool
+        */
        public function Analyze() {
                $info = &$this->getid3->info;
 
-$this->error('Bink / Smacker files not properly processed by this version of getID3() ['.$this->getid3->version().']');
+               $this->error('Bink / Smacker files not properly processed by this version of getID3() ['.$this->getid3->version().']');
 
                $this->fseek($info['avdataoffset']);
                $fileTypeID = $this->fread(3);
@@ -44,6 +45,9 @@ $this->error('Bink / Smacker files not properly processed by this version of get
 
        }
 
+       /**
+        * @return bool
+        */
        public function ParseBink() {
                $info = &$this->getid3->info;
                $info['fileformat']          = 'bink';
@@ -61,6 +65,9 @@ $this->error('Bink / Smacker files not properly processed by this version of get
                return true;
        }
 
+       /**
+        * @return bool
+        */
        public function ParseSmacker() {
                $info = &$this->getid3->info;
                $info['fileformat']          = 'smacker';