ericmckean / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

DirectShow Decoder filters should support VIDEOINFO2 header #650

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The decoder filters use VIDEOINFOHEADER.  We should also support 
VIDEOINFOHEADER2, which is more modern.

Original issue reported on code.google.com by matthewj...@google.com on 21 Oct 2013 at 11:03

GoogleCodeExporter commented 9 years ago

Original comment by ya...@google.com on 7 Nov 2013 at 10:44

GoogleCodeExporter commented 9 years ago
I added FORMAT_VideoInfo2 support to the VP8 decoder filter and VP8 decoder 
filter, but only on the output pin.  VIH2 is only important when a video 
decoder filter negotiates a media type with a video renderer.

Original comment by matthewj...@google.com on 26 Jan 2014 at 8:54