Move pts_origin to a local variable

It is only used from run_recorder().
This commit is contained in:
Romain Vimont
2023-02-17 08:46:11 +01:00
parent c6cd4ff8fe
commit 83c20a10db
2 changed files with 5 additions and 6 deletions

View File

@@ -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;