diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-26 19:26:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-26 19:26:41 +0100 |
| commit | dd8a7d1bbb8f2afb1b98d2be856ff0a9920e180d (patch) | |
| tree | 0d89f77fcad1b9bd0629587f367b79384bb0fbb3 /src/lib/player_video.h | |
| parent | 14e4bc18e65378332604016bd6239861a083d5bf (diff) | |
Rest of src/lib/*.h tidying.
Diffstat (limited to 'src/lib/player_video.h')
| -rw-r--r-- | src/lib/player_video.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/player_video.h b/src/lib/player_video.h index 0a6cab906..77e19a80e 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -19,8 +19,10 @@ #include "types.h" #include "position.h" +#include "dcpomatic_time.h" #include "colour_conversion.h" #include "position_image.h" +#include "data.h" extern "C" { #include <libavutil/pixfmt.h> } @@ -29,7 +31,6 @@ extern "C" { class Image; class ImageProxy; class Socket; -class Data; /** Everything needed to describe a video frame coming out of the player, but with the * bits still their raw form. We may want to combine the bits on a remote machine, |
