made interlacing configurable

This commit is contained in:
itsmattkc
2018-10-14 02:20:25 +11:00
parent 1d96363aaa
commit fc28900c9c
6 changed files with 98 additions and 17 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ void Project::open_properties() {
switch (get_type_from_tree(item)) {
case MEDIA_TYPE_FOOTAGE:
{
MediaPropertiesDialog mpd(this);
MediaPropertiesDialog mpd(this, item, get_footage_from_tree(item));
mpd.exec();
}
break;