diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-03 00:04:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-03 23:25:19 +0200 |
| commit | d311043bf3c1e3e7f41b314f7ab7c91ed7e5aa7f (patch) | |
| tree | ab41f58144bda078f96ce23f6328bd36cbd18dc6 /src/lib/dcp_video.h | |
| parent | 8c39f950ec8f8b3cf4d258279ab499d7e71dafc8 (diff) | |
C++11 and whitespace cleanups.
Diffstat (limited to 'src/lib/dcp_video.h')
| -rw-r--r-- | src/lib/dcp_video.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dcp_video.h b/src/lib/dcp_video.h index 0bb583c57..862b787d2 100644 --- a/src/lib/dcp_video.h +++ b/src/lib/dcp_video.h @@ -48,8 +48,8 @@ public: DCPVideo (DCPVideo const&) = delete; DCPVideo& operator= (DCPVideo const&) = delete; - dcp::ArrayData encode_locally (); - dcp::ArrayData encode_remotely (EncodeServerDescription, int timeout = 30); + dcp::ArrayData encode_locally () const; + dcp::ArrayData encode_remotely (EncodeServerDescription, int timeout = 30) const; int index () const { return _index; |
