Commit 710a0ae8 authored by SergeyLuzyanin's avatar SergeyLuzyanin

opening video as image

parent fda26f50
...@@ -5376,6 +5376,7 @@ function BinaryPPTYLoader() ...@@ -5376,6 +5376,7 @@ function BinaryPPTYLoader()
} }
case 6: case 6:
case 2: case 2:
case 7:
{ {
var _object = this.ReadPic(6 === _type); var _object = this.ReadPic(6 === _type);
if (!IsHiddenObj(_object)) if (!IsHiddenObj(_object))
...@@ -5416,7 +5417,10 @@ function BinaryPPTYLoader() ...@@ -5416,7 +5417,10 @@ function BinaryPPTYLoader()
break; break;
} }
default: default:
{
s.SkipRecord();
break; break;
}
} }
} }
break; break;
...@@ -5488,6 +5492,7 @@ function BinaryPPTYLoader() ...@@ -5488,6 +5492,7 @@ function BinaryPPTYLoader()
} }
default: default:
{ {
this.stream.SkipRecord();
break; break;
} }
} }
...@@ -6241,8 +6246,10 @@ function BinaryPPTYLoader() ...@@ -6241,8 +6246,10 @@ function BinaryPPTYLoader()
cNvPr.descr = s.GetString2(); cNvPr.descr = s.GetString2();
break; break;
} }
default: default:{
this.stream.SkipRecord();
break; break;
}
} }
} }
......
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