There is a bug in RemoveUnconnectedFilters function
SAFE_RELEASE(pFilter); is not at right place
It should be added before continue and after RemoveFilter
(I tested on Windows 10 and the memory did not increase anymore)
VMR9 memory growth
Hello,
I'm running example which is "Windows-classic-samples\Samples\Win7Samples\multimedia\directshow\vmr9\vmrplayer".
Whenever I change a video file, the memory increases.
How to use code to solve the problem of memory increase in the example.
Initial state
Play the 1st video file and close.
Play the 2nd video file and close.
Windows development | Windows API - Win32
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Answer accepted by question author