Commit 710a0ae8 authored by SergeyLuzyanin's avatar SergeyLuzyanin

opening video as image

parent fda26f50
......@@ -5376,6 +5376,7 @@ function BinaryPPTYLoader()
}
case 6:
case 2:
case 7:
{
var _object = this.ReadPic(6 === _type);
if (!IsHiddenObj(_object))
......@@ -5416,9 +5417,12 @@ function BinaryPPTYLoader()
break;
}
default:
{
s.SkipRecord();
break;
}
}
}
break;
}
default:
......@@ -5488,6 +5492,7 @@ function BinaryPPTYLoader()
}
default:
{
this.stream.SkipRecord();
break;
}
}
......@@ -6241,10 +6246,12 @@ function BinaryPPTYLoader()
cNvPr.descr = s.GetString2();
break;
}
default:
default:{
this.stream.SkipRecord();
break;
}
}
}
s.Seek2(_end_rec);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment