diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-04-29 00:28:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-04-29 00:28:51 +0100 |
| commit | b1ad58ce47cecdec6ad4bf8233bc073991cc3cbb (patch) | |
| tree | 23dbecb5fe9b8c27af7b816842e212a09c4521c8 /test/4k_test.cc | |
| parent | 7f2e74604a51b984e4c8cbb5d5f4bb642677ec00 (diff) | |
Some doc fixes.
Diffstat (limited to 'test/4k_test.cc')
| -rw-r--r-- | test/4k_test.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/4k_test.cc b/test/4k_test.cc index f2892c5a3..1e0b42697 100644 --- a/test/4k_test.cc +++ b/test/4k_test.cc @@ -17,6 +17,12 @@ */ +/** @file test/4k_test.cc + * @brief Run a 4K encode from a simple input. + * + * The output is checked against test/data/4k_test. + */ + #include <boost/test/unit_test.hpp> #include "lib/film.h" #include "lib/ffmpeg_content.h" |
