I have a DirectShow source filter for receiving a Network stream containing RFC2435 data (MJPEG over RTP).
The properties of the source filter's output pin need to be set-up prior to receiving the stream which is the only source of the image's dimension data. The dimensions for the output pin are currently set to some default values (640x480).
Is it possible to modify the properties of the Output Pin to reflect the new image's dimensions after the output pin has already been created and connected to another filter which decodes the MJPEG data?