summaryrefslogtreecommitdiff
path: root/src/picture_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/picture_frame.h')
-rw-r--r--src/picture_frame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/picture_frame.h b/src/picture_frame.h
index bb347294..76891d9f 100644
--- a/src/picture_frame.h
+++ b/src/picture_frame.h
@@ -29,7 +29,7 @@ namespace ASDCP {
namespace libdcp {
-class RGBAFrame;
+class ARGBFrame;
class PictureFrame
{
@@ -40,7 +40,7 @@ public:
uint8_t const * data () const;
int size () const;
- boost::shared_ptr<RGBAFrame> rgba_frame () const;
+ boost::shared_ptr<ARGBFrame> argb_frame () const;
private:
ASDCP::JP2K::FrameBuffer* _buffer;