Closed Bug 832143 Opened 11 years ago Closed 9 years ago

Windows Media Foundation backend should implement skip to next keyframe

Categories

(Core :: Audio/Video, defect)

x86_64
Windows 8
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: cpearce, Unassigned)

References

Details

WMFReader::DecodeVideoFrame doesn't do anything if its aKeyframeSkip parameter is true, it should do something sensible.

I think we can use the thinning mode on IMFRateControl interface to achieve skip-to-next-keyframe.
Note to self: I also may be able to use the IMFQualityAdvise interface to either reduce the quality, or drop frames directly using that interface. IMFQualityAdvise is exposed by the H.264 decoder.
http://msdn.microsoft.com/en-us/library/windows/desktop/ms695241%28v=vs.85%29.aspx
We don't need to do this; we're shipping the MP4Reader on Windows, which does skip-to-next-keyframe properly.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.