Index: trunk/extensions/OggHandler/OggHandler_body.php |
— | — | @@ -114,8 +114,8 @@ |
115 | 115 | $pictureWidth = $pictureWidth * $parNumerator / $parDenominator; |
116 | 116 | } |
117 | 117 | return array( |
118 | | - $pictureWidth, |
119 | | - $stream['header']['PICH'] |
| 118 | + intval( $pictureWidth ), |
| 119 | + intval( $stream['header']['PICH'] ) |
120 | 120 | ); |
121 | 121 | } |
122 | 122 | } |