]> git.sesse.net Git - vlc/commit
dshow.cpp: Removed default preferred media types (I420) as it was reported by Paul...
authorDamien Fouilleul <damienf@videolan.org>
Tue, 17 Jan 2006 10:19:03 +0000 (10:19 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Tue, 17 Jan 2006 10:19:03 +0000 (10:19 +0000)
commit8e2fd68368f7e5ccdf448ab9968b1d51d362eca0
treee10612e5aa80477406cd0b7215b1e3363d5d806e
parentbaf1fd79bc8d904b7b4ccb7567773074e6608c7c
dshow.cpp: Removed default preferred media types (I420) as it was reported by Paul Sokolovsky to cause kernel crashes
           with some buggy drivers. I added these media types a while back to get around another bug for drivers that
           didn't offer any preferred media types.
           Hopefully, the latter bug should be indirectly fixed when I added support for IAMStreamConfig.
           Moreover, I modified the selection of a default format in IAMStreamConfig to take
           GetFourCCPriority into a account.
modules/access/dshow/dshow.cpp