Details
Description
Media plugin filter has regexp's to determine which plugin to use. The problem is that currently it reads only 3 digits (symbols) of width and height, passed in the link. This makes impossible to have, for example, 1024x768 video frame etc.
The patch included fixes this, changing number of symbols to read in all regexp's from 3 to 4.