diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-01 17:23:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-01 17:23:39 +0100 |
| commit | 97d25da42455d0ed93c2eebe023883767bb12d53 (patch) | |
| tree | 3fe2d7b795e61fcc084e3f556e6f1be2e95b0c1c /src/lib/content_factory.cc | |
| parent | bf1191b8c548903f7a7d0664a51d15611573d00b (diff) | |
Put codec name into the audio mapping view for each stream.
Diffstat (limited to 'src/lib/content_factory.cc')
| -rw-r--r-- | src/lib/content_factory.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/content_factory.cc b/src/lib/content_factory.cc index 264cac325..7b02ee111 100644 --- a/src/lib/content_factory.cc +++ b/src/lib/content_factory.cc @@ -43,6 +43,7 @@ using std::string; using std::list; using boost::shared_ptr; +using boost::optional; #define LOG_GENERAL(...) film->log()->log (String::compose (__VA_ARGS__), LogEntry::TYPE_GENERAL); |
