diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-10 23:01:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-13 20:22:43 +0200 |
| commit | 040900d195a29f61217caf2d224575793a76ff07 (patch) | |
| tree | 09d4e79abf2f200ef8446ff4bd6af6f4bb5b5177 /src/lib/fastvideo.h | |
| parent | e8d543c3eaea9468dbb9de6873f510cd42dbd911 (diff) | |
wip: fastvideo decoder building but not linking on deb stable.
Diffstat (limited to 'src/lib/fastvideo.h')
| -rw-r--r-- | src/lib/fastvideo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/fastvideo.h b/src/lib/fastvideo.h new file mode 100644 index 000000000..6717bde03 --- /dev/null +++ b/src/lib/fastvideo.h @@ -0,0 +1,6 @@ +#include <dcp/data.h> +#include <boost/shared_ptr.hpp> + +class OpenJPEGImage; + +boost::shared_ptr<OpenJPEGImage> fastvideo_decompess_j2k (dcp::Data data, int reduce); |
