diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-21 19:07:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-21 19:07:10 +0100 |
| commit | 3541f4c9bd91169e55a82b9fa46767b46ca06188 (patch) | |
| tree | bb3612debc5df953c9dd09d8a0346d6351709f4e /src/picture_frame.h | |
| parent | 283de7f01cffe219dc7dd3267a91e9f1ccda1f69 (diff) | |
Clarify (a bit) byte ordering for RGBA frames.
Diffstat (limited to 'src/picture_frame.h')
| -rw-r--r-- | src/picture_frame.h | 4 |
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; |
