]> git.sesse.net Git - vlc/commitdiff
Qt Sprefs: remove mpeg2 skip-frames
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 19 Sep 2010 22:28:45 +0000 (00:28 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 19 Sep 2010 22:28:45 +0000 (00:28 +0200)
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/ui/sprefs_input.ui

index 62068b270f6f0b2fe024b8c78e6ca5dee8d8ded3..8bc0a32ccd6ded117cb3e196d50a447e0aefa011 100644 (file)
@@ -458,7 +458,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
             optionWidgets.append( ui.DVDDevice );
             optionWidgets.append( ui.cachingCombo );
             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-preset", StringList, ui.x264Label, presetBox );
             CONFIG_GENERIC( "sout-x264-profile", StringList, ui.x264profileLabel, profileBox );
index ea84ce042fd2965772c50035044a4bfb36c67c34..61dbfb467e3836a507e13b84fc3908f18fd6ee0f 100644 (file)
@@ -8,7 +8,7 @@
     <x>0</x>
     <y>0</y>
     <width>737</width>
-    <height>594</height>
+    <height>567</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -63,7 +63,7 @@
       <item row="8" column="2">
        <widget class="QComboBox" name="loopFilterBox"/>
       </item>
-      <item row="14" column="0">
+      <item row="13" column="0">
        <widget class="QLabel" name="x264Label">
         <property name="minimumSize">
          <size>
@@ -79,7 +79,7 @@
         </property>
        </widget>
       </item>
-      <item row="13" column="0">
+      <item row="12" column="0">
        <widget class="QLabel" name="x264profileLabel">
         <property name="minimumSize">
          <size>
@@ -95,7 +95,7 @@
         </property>
        </widget>
       </item>
-      <item row="13" column="1">
+      <item row="12" column="1">
        <widget class="QComboBox" name="presetBox">
         <property name="sizePolicy">
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
         </property>
        </widget>
       </item>
-      <item row="13" column="2">
+      <item row="12" column="2">
        <widget class="QComboBox" name="tuneBox"/>
       </item>
       <item row="2" column="0">
         </property>
        </widget>
       </item>
-      <item row="9" 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">
+      <item row="11" column="0" colspan="3">
        <widget class="Line" name="line">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
        </widget>
       </item>
-      <item row="14" column="2">
+      <item row="13" column="2">
        <widget class="QLineEdit" name="levelBox"/>
       </item>
-      <item row="14" column="1">
+      <item row="13" column="1">
        <widget class="QComboBox" name="profileBox">
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
         </property>
        </widget>
       </item>
-      <item row="11" column="0" colspan="3">
+      <item row="10" column="0" colspan="3">
        <widget class="QCheckBox" name="systemCodecBox">
         <property name="text">
          <string>Use systems codecs if available, for WMV codecs</string>