Commit 4ba419b6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt Sprefs: remove mpeg2 skip-frames

parent 3b250298
...@@ -458,7 +458,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, ...@@ -458,7 +458,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
optionWidgets.append( ui.DVDDevice ); optionWidgets.append( ui.DVDDevice );
optionWidgets.append( ui.cachingCombo ); optionWidgets.append( ui.cachingCombo );
CONFIG_GENERIC( "ffmpeg-skiploopfilter", IntegerList, ui.filterLabel, loopFilterBox ); CONFIG_GENERIC( "ffmpeg-skiploopfilter", IntegerList, ui.filterLabel, loopFilterBox );
CONFIG_BOOL( "skip-frames", skipFrames );
CONFIG_GENERIC( "sout-x264-tune", StringList, ui.x264Label, tuneBox ); CONFIG_GENERIC( "sout-x264-tune", StringList, ui.x264Label, tuneBox );
CONFIG_GENERIC( "sout-x264-preset", StringList, ui.x264Label, presetBox ); CONFIG_GENERIC( "sout-x264-preset", StringList, ui.x264Label, presetBox );
CONFIG_GENERIC( "sout-x264-profile", StringList, ui.x264profileLabel, profileBox ); CONFIG_GENERIC( "sout-x264-profile", StringList, ui.x264profileLabel, profileBox );
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>737</width> <width>737</width>
<height>594</height> <height>567</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<item row="8" column="2"> <item row="8" column="2">
<widget class="QComboBox" name="loopFilterBox"/> <widget class="QComboBox" name="loopFilterBox"/>
</item> </item>
<item row="14" column="0"> <item row="13" column="0">
<widget class="QLabel" name="x264Label"> <widget class="QLabel" name="x264Label">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="13" column="0"> <item row="12" column="0">
<widget class="QLabel" name="x264profileLabel"> <widget class="QLabel" name="x264profileLabel">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="13" column="1"> <item row="12" column="1">
<widget class="QComboBox" name="presetBox"> <widget class="QComboBox" name="presetBox">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="13" column="2"> <item row="12" column="2">
<widget class="QComboBox" name="tuneBox"/> <widget class="QComboBox" name="tuneBox"/>
</item> </item>
<item row="2" column="0"> <item row="2" column="0">
...@@ -131,27 +131,17 @@ ...@@ -131,27 +131,17 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="9" column="0" colspan="3"> <item row="11" column="0" colspan="3">
<widget class="QCheckBox" name="skipFrames">
<property name="text">
<string>Skip frames</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="12" column="0" colspan="3">
<widget class="Line" name="line"> <widget class="Line" name="line">
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
</widget> </widget>
</item> </item>
<item row="14" column="2"> <item row="13" column="2">
<widget class="QLineEdit" name="levelBox"/> <widget class="QLineEdit" name="levelBox"/>
</item> </item>
<item row="14" column="1"> <item row="13" column="1">
<widget class="QComboBox" name="profileBox"> <widget class="QComboBox" name="profileBox">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
...@@ -177,7 +167,7 @@ ...@@ -177,7 +167,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="11" column="0" colspan="3"> <item row="10" column="0" colspan="3">
<widget class="QCheckBox" name="systemCodecBox"> <widget class="QCheckBox" name="systemCodecBox">
<property name="text"> <property name="text">
<string>Use systems codecs if available, for WMV codecs</string> <string>Use systems codecs if available, for WMV codecs</string>
......
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