encoder/exportdialog: add compression options for H264 exporting
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef CODECSECTION_H
|
||||
#define CODECSECTION_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
#include "codec/encoder.h"
|
||||
|
||||
class CodecSection : public QWidget
|
||||
{
|
||||
public:
|
||||
CodecSection(QWidget* parent = nullptr);
|
||||
|
||||
virtual void AddOpts(EncodingParams* params){}
|
||||
|
||||
};
|
||||
|
||||
#endif // CODECSECTION_H
|
||||
Reference in New Issue
Block a user