made interlacing configurable
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user