diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-10-13 23:47:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-10-13 23:47:17 +0200 |
| commit | 7c73ec405fdb55bd78d82d764999b5af6d81e973 (patch) | |
| tree | b32fca5e5881e14ed86dc9c8e612d228cef2fcf0 /src/lib/player.h | |
| parent | 89ec77ff82b231445f2c5a4cf50d86e6cd910332 (diff) | |
Fix failure to load OV after adding a VF to a project.
This has the same cause as
19f51503621a57794bd79bac053c9e6549a69f46
i.e. the DCPDecoder re-use optimisation. This commit tries to
re-fix 19f515 in a more general way which also takes into account
the OV/VF bug. It also adds a unit test.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index 7558f6da0..e99c345bb 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -110,6 +110,7 @@ private: friend struct player_subframe_test; friend struct empty_test1; friend struct empty_test2; + friend struct check_reuse_old_data_test; void setup_pieces (); void setup_pieces_unlocked (); |
