sequence: made divider a sequence parameter rather than a viewer parameter
Doing this makes the preview resolution an explicit project setting rather than a temporary UI setting. This will allow more consistency when caching.
This commit is contained in:
+3
-3
@@ -44,8 +44,8 @@ public:
|
||||
|
||||
static FramePtr Create();
|
||||
|
||||
const VideoRenderingParams& video_params() const;
|
||||
void set_video_params(const VideoRenderingParams& params);
|
||||
const VideoParams& video_params() const;
|
||||
void set_video_params(const VideoParams& params);
|
||||
|
||||
int linesize_pixels() const;
|
||||
int linesize_bytes() const;
|
||||
@@ -107,7 +107,7 @@ public:
|
||||
int allocated_size() const;
|
||||
|
||||
private:
|
||||
VideoRenderingParams params_;
|
||||
VideoParams params_;
|
||||
|
||||
QByteArray data_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user