Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
8a260c78
Commit
8a260c78
authored
Oct 30, 2007
by
Jean-Baptiste Kempf
Browse files
Qt4 - Mkv muxer in GUI... Same as previous from thresh...
parent
9d0cb667
Changes
2
Show whitespace changes
Inline
Side-by-side
modules/gui/qt4/dialogs/sout.cpp
View file @
8a260c78
...
...
@@ -312,6 +312,7 @@ void SoutDialog::updateMRL()
SMUX
(
WAVMux
,
"wav"
);
SMUX
(
RAWMux
,
"raw"
);
SMUX
(
FLVMux
,
"flv"
);
SMUX
(
MKVMux
,
"mkv"
);
bool
trans
=
false
;
bool
more
=
false
;
...
...
modules/gui/qt4/ui/sout.ui
View file @
8a260c78
...
...
@@ -441,7 +441,10 @@
</item>
<item row="3" column="0" colspan="2" >
<widget class="QTabWidget" name="tabWidget" >
<widget class="QWidget" name="tab" >
<property name="currentIndex" >
<number>0</number>
</property>
<widget class="QWidget" name="muxer" >
<attribute name="title" >
<string>_("Encapsulation")</string>
</attribute>
...
...
@@ -516,6 +519,13 @@
</property>
</widget>
</item>
<item row="1" column="3" >
<widget class="QRadioButton" name="MKVMux" >
<property name="text" >
<string>MKV</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2" >
...
...
@@ -735,6 +745,13 @@
</widget>
</widget>
</item>
<item row="4" column="0" colspan="2" >
<widget class="Line" name="line_2" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="5" column="0" colspan="2" >
<widget class="QGroupBox" name="groupBox_3" >
<property name="title" >
...
...
@@ -851,13 +868,6 @@
</item>
</layout>
</item>
<item row="4" column="0" colspan="2" >
<widget class="Line" name="line_2" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment