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,9 +5417,12 @@ function BinaryPPTYLoader() ...@@ -5416,9 +5417,12 @@ function BinaryPPTYLoader()
break; break;
} }
default: default:
{
s.SkipRecord();
break; break;
} }
} }
}
break; break;
} }
default: default:
...@@ -5488,6 +5492,7 @@ function BinaryPPTYLoader() ...@@ -5488,6 +5492,7 @@ function BinaryPPTYLoader()
} }
default: default:
{ {
this.stream.SkipRecord();
break; break;
} }
} }
...@@ -6241,10 +6246,12 @@ function BinaryPPTYLoader() ...@@ -6241,10 +6246,12 @@ function BinaryPPTYLoader()
cNvPr.descr = s.GetString2(); cNvPr.descr = s.GetString2();
break; break;
} }
default: default:{
this.stream.SkipRecord();
break; break;
} }
} }
}
s.Seek2(_end_rec); 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