directshow play mpeg2 file
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
IMediaSeeking *pMS = NULL; ... init pMS; ... pMS->SetRate(2); when I try to change the playback rates using this function, it fails when playing a mpeg2 file (fine with an uncompressed avi file), there wont be any change in play rate, is that due to the decoder I am using? the decoder I use is stinky mpeg2 decoder. Anybody knows why?