diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-07 16:09:38 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-07-07 16:09:38 +0200 |
| commit | 05ca80a67cc99324ee6360b53d79b721ac0047d6 (patch) | |
| tree | 7103b315d152c414724cdc1ec3b244b12df795ad /src/lib/encoder.h | |
| parent | 7158e24762c77465b2827bfa8c96d2fe2368be37 (diff) | |
Run clang-format on Aaron's patch.
Diffstat (limited to 'src/lib/encoder.h')
| -rw-r--r-- | src/lib/encoder.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h index f921fcb51..902190166 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -57,8 +57,10 @@ public: /** @return the number of frames that are done */ virtual Frame frames_done () const = 0; - virtual bool finishing () const = 0; + virtual bool finishing() const = 0; + virtual void pause(void) {} + virtual void resume(void) {} protected: |
