Index: trunk/extensions/TimedMediaHandler/handlers/OggHandler/OggHandler.php |
— | — | @@ -66,8 +66,8 @@ |
67 | 67 | $pictureWidth = $pictureWidth * $parNumerator / $parDenominator; |
68 | 68 | } |
69 | 69 | return array( |
70 | | - $pictureWidth, |
71 | | - $stream['header']['PICH'] |
| 70 | + intval( $pictureWidth ), |
| 71 | + intval( $stream['header']['PICH'] ) |
72 | 72 | ); |
73 | 73 | } |
74 | 74 | } |