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.cc | |
| parent | 93f6b7f36dba0eed49936dcd014a9cf5941a66ac (diff) | |
Rename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW.
Diffstat (limited to 'src/lib/log_entry.cc')
| -rw-r--r-- | src/lib/log_entry.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/log_entry.cc b/src/lib/log_entry.cc index 4aff47c73..01d1415c7 100644 --- a/src/lib/log_entry.cc +++ b/src/lib/log_entry.cc @@ -31,7 +31,7 @@ int const LogEntry::TYPE_DEBUG_THREED = 0x008; int const LogEntry::TYPE_DEBUG_ENCODE = 0x010; int const LogEntry::TYPE_TIMING = 0x020; int const LogEntry::TYPE_DEBUG_EMAIL = 0x040; -int const LogEntry::TYPE_DEBUG_PLAYER = 0x080; +int const LogEntry::TYPE_DEBUG_VIDEO_VIEW = 0x080; int const LogEntry::TYPE_DISK = 0x100; using std::string; |
