]> git.sesse.net Git - mlt/commit
fix crash when switching image formats with alpha
authorDan Dennedy <dan@dennedy.org>
Tue, 24 Jul 2012 06:12:04 +0000 (23:12 -0700)
committerDan Dennedy <dan@dennedy.org>
Tue, 24 Jul 2012 06:12:04 +0000 (23:12 -0700)
commitf3747fdd0acc600339681fdd6bc9127759fd6754
treee0da1733ffc234731ae1e91049462fdc65851fc0
parent30aa5d55f455e38b0ea10bb410f026cec50610f3
fix crash when switching image formats with alpha

This happens when switching from image format with distinct alpha
channel (yuv422) to one with embedded alpha channel (rgb24a).

Reported-by: j-b-m
src/modules/gtk2/producer_pixbuf.c
src/modules/qimage/qimage_wrapper.cpp