Fix issue 46

git-svn-id: http://php-reader.googlecode.com/svn/trunk@207 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
svollbehr
2010-12-28 10:41:43 +00:00
parent ea83fe6992
commit 6eb18085f3

View File

@@ -85,7 +85,6 @@ final class Zend_Media_Mpeg_Ps extends Zend_Media_Mpeg_Object
do {
do {
$startCode = $this->nextStartCode();
echo "STARTCODE: $startCode\n";
} while ($startCode != 0x1b3 && $startCode != 0x1b8);
if ($startCode == 0x1b3 /* sequence_header_code */ &&