]> git.sesse.net Git - vlc/commit
core: fix regression
authorErwan Tulou <erwan10@videolan.org>
Mon, 1 Feb 2010 14:08:04 +0000 (15:08 +0100)
committerErwan Tulou <erwan10@videolan.org>
Mon, 1 Feb 2010 14:18:43 +0000 (15:18 +0100)
commit97a9afa92f30b0ddef722951b6deed3803a09111
tree4bf435142b0b9d5d3b73a9d3565290073adabab6
parent03997fa14c3d0814187469d97c21198b1da66ef9
core: fix regression

Fix regression brought by ce67728ae1a0d91643e416b86efeab34a0891e35
As stated in the 'BIG FAT WARNING', decoder_t and filter_t first members must
be the same ones.

This solves skins2 numerous images failing to be displayed due to swscale
 video filter no longer working properly (a filter_t to decoder_t cast issue)
include/vlc_codec.h