Move pts_origin to a local variable
It is only used from run_recorder().
This commit is contained in:
@@ -28,8 +28,6 @@ struct sc_recorder {
|
||||
struct sc_size declared_frame_size;
|
||||
bool header_written;
|
||||
|
||||
int64_t pts_origin;
|
||||
|
||||
sc_thread thread;
|
||||
sc_mutex mutex;
|
||||
sc_cond queue_cond;
|
||||
|
||||
Reference in New Issue
Block a user