Skip to content

Commit

Permalink
Mix transition is not needed for video4linux with audio.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Oct 22, 2014
1 parent ae0aa28 commit 6b477d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/widgets/video4linuxwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ Mlt::Producer* Video4LinuxWidget::producer(Mlt::Profile& profile)
delete p;
tractor->set_track(*audio, 1);
delete audio;
Mlt::Transition* tran = new Mlt::Transition(profile, "mix");
tractor->plant_transition(tran);
delete tran;
p = new Mlt::Producer(tractor->get_producer());
delete tractor;
p->set("resource", QString("video4linux2:%1")
Expand Down

0 comments on commit 6b477d5

Please sign in to comment.