diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-21 22:38:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-21 23:02:49 +0100 |
| commit | ce058471aa9995adac968cecc205f5a4319f449e (patch) | |
| tree | e85f169d3c7e4d097f24e394bb9bf1cd4b22ad7a /src/lib/hints.h | |
| parent | b78068f34be9adfa7a9018643d46e3917f132070 (diff) | |
Add hint when making a FTR without FFEC/FFMC markers (#1804).
Diffstat (limited to 'src/lib/hints.h')
| -rw-r--r-- | src/lib/hints.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/hints.h b/src/lib/hints.h index 7a9074625..b5a26998d 100644 --- a/src/lib/hints.h +++ b/src/lib/hints.h @@ -61,6 +61,7 @@ private: void check_vob (); void check_3d_in_2d (); void check_loudness (); + void check_ffec_and_ffmc_in_smpte_feature (); boost::weak_ptr<const Film> _film; boost::thread _thread; |
