shshankjain / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

webminspector issue with a certain webm #193

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Ending up maximum recursion depth exceeded happens in a webm file made by a 
Media Foundation filter.

It happens in SearchLevelOneElements() and the following webm file.
\\filer\home\hwasoolee\Videos

Original issue reported on code.google.com by hwasoo...@google.com on 1 Oct 2010 at 6:48

GoogleCodeExporter commented 9 years ago
\Issue_193.webm

Original comment by hwasoo...@google.com on 1 Oct 2010 at 6:49

GoogleCodeExporter commented 9 years ago
Fixed this issue by changing the searching algorithm.
Before it was recursive method, but it has limitation of recursion in python. 
So i just use it as loop statement.

Original comment by hwasoo...@google.com on 5 Oct 2010 at 9:04