diff options
Diffstat (limited to 'src/lib/encoder.h')
| -rw-r--r-- | src/lib/encoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h index 0e2d30654..6bbdda4c5 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -77,9 +77,9 @@ public: int video_frames_out () const; private: - + void frame_done (); - + void encoder_thread (boost::optional<ServerDescription>); void terminate_threads (); void add_worker_threads (ServerDescription); |
