diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-20 10:02:06 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-20 21:56:28 +0200 |
| commit | 6ef1fc5f40567650ca9ef2b7644e4fdd97640ae6 (patch) | |
| tree | 4aba208d86fd744170b1092f62a6c3085d462fdd /src/lib/log_entry.h | |
| parent | 93f6b7f36dba0eed49936dcd014a9cf5941a66ac (diff) | |
Rename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW.
Diffstat (limited to 'src/lib/log_entry.h')
| -rw-r--r-- | src/lib/log_entry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/log_entry.h b/src/lib/log_entry.h index d4992de86..136ab00f9 100644 --- a/src/lib/log_entry.h +++ b/src/lib/log_entry.h @@ -35,7 +35,7 @@ public: static const int TYPE_DEBUG_ENCODE; static const int TYPE_TIMING; static const int TYPE_DEBUG_EMAIL; - static const int TYPE_DEBUG_PLAYER; + static const int TYPE_DEBUG_VIDEO_VIEW; ///< real-time video viewing (i.e. "playback") static const int TYPE_DISK; explicit LogEntry (int type); |
