summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-08 00:19:31 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-08 00:19:31 +0100
commit9767336e447f4e20d3422eb112e2c6e3e81bd1b8 (patch)
treeb3243de8662a29921628be1111342a15ee91c521 /src
parent2ab45d37b7f67542540956cffabea5e41c59654c (diff)
Missing class declaration.
Diffstat (limited to 'src')
-rw-r--r--src/picture_frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/picture_frame.h b/src/picture_frame.h
index c48b5213..1c17e50b 100644
--- a/src/picture_frame.h
+++ b/src/picture_frame.h
@@ -27,6 +27,7 @@ namespace ASDCP {
class FrameBuffer;
class SFrameBuffer;
}
+ class AESDecContext;
}
namespace libdcp {