| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | public function Analyze() { |
||
| 24 | $info = &$this->getid3->info; |
||
| 25 | |||
| 26 | $info['fileformat'] = 'wtv'; |
||
| 27 | $info['video']['dataformat'] = 'wtv'; |
||
| 28 | |||
| 29 | $this->error('WTV (Windows Recorded TV Show) files not properly processed by this version of getID3() ['.$this->getid3->version().']'); |
||
| 30 | |||
| 31 | return true; |
||
| 32 | } |
||
| 33 | |||
| 35 |