]> git.sesse.net Git - mlt/commit
Fix regression in commit f9dbf1.
authorDan Dennedy <dan@dennedy.org>
Tue, 7 Sep 2010 01:35:50 +0000 (18:35 -0700)
committerDan Dennedy <dan@dennedy.org>
Tue, 7 Sep 2010 01:35:50 +0000 (18:35 -0700)
commitc8b11129d8d653ce06b2cbffae6313484ee00a70
tree6fc8fb595552fd8f370b20657f512f4613a964f2
parent8ac88e0452365d0dd9dbd354658060a36b6b2dbe
Fix regression in commit f9dbf1.

Sometimes a frame may not have an alpha channel nor "scaled_width" and
"scaled_height" properties thereby yielding a default alpha with size
0x0. The fix is to add a check for valid alpha size. Also, make the
tractor pass a size for the alpha channel instead of just 0.
src/framework/mlt_tractor.c
src/modules/avformat/filter_avcolour_space.c