diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-01 17:03:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-01 17:03:16 +0100 |
| commit | 096660d2cc3e65ae5e13a69e7ace19ff0d48b39a (patch) | |
| tree | fa1c32fd182c7cd19ab5565cdd411445d06dbe8d /test/client_server_test.cc | |
| parent | 7632d0d3da495443b80334363399172e54ebfd7c (diff) | |
Only burn subtitles if it is turned on.
Diffstat (limited to 'test/client_server_test.cc')
| -rw-r--r-- | test/client_server_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/client_server_test.cc b/test/client_server_test.cc index 148f5ae64..19c827c2f 100644 --- a/test/client_server_test.cc +++ b/test/client_server_test.cc @@ -103,6 +103,7 @@ BOOST_AUTO_TEST_CASE (client_server_test_rgb) 24, 200000000, RESOLUTION_2K, + true, log ) ); @@ -185,6 +186,7 @@ BOOST_AUTO_TEST_CASE (client_server_test_yuv) 24, 200000000, RESOLUTION_2K, + true, log ) ); |
