Much better B-frame muxing frame-reordering. This will preserve the sps/pps info...
[HandBrake.git] / qt4 / encodewidget.h
blob869dea5e1e9f17f9435f378685b3dd619de13316
1 #ifndef ENCODEWIDGET_H
2 #define ENCODEWIDGET_H
4 #include <QtGui>
6 #include "ui_encodewidget.h"
8 class EncodeWidget : public QWidget, private Ui::EncodeWidget
10 Q_OBJECT
11 public:
12 EncodeWidget( QWidget *parent = 0 );
14 signals:
15 void convert();
17 public slots:
18 void setModel( QStandardItemModel *m );
19 void changed();
22 #endif // ENCODEWIDGET_H