Commit d00bc916 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* no longer use demuxdump. Only dump is a valid demux2 now.

parent de8390cd
......@@ -242,7 +242,7 @@ void SoutDialog::UpdateMRL()
if( file_combo->GetValue().size() )
dumpfile = wxT(" :demuxdump-file=\"") +
file_combo->GetValue() + wxT("\"");
mrl_combo->SetValue( wxT(":demux=demuxdump") + dumpfile );
mrl_combo->SetValue( wxT(":demux=dump") + dumpfile );
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment