Remove unused code.
[libdcp.git] / src / argb_frame.h
index a1b3b4276da68c8ee290533c3ac76bc28486fcd3..419227bbbb19bd1504d18ae661db4cbd9944d831 100644 (file)
@@ -48,13 +48,15 @@ public:
        ARGBFrame (Size size);
        ~ARGBFrame ();
 
+       /** @return pointer to the image data */
        uint8_t* data () const {
                return _data;
        }
 
-       /** Length of one picture row in bytes */
+       /** @return length of one picture row in bytes */
        int stride () const;
 
+       /** @return size of the picture in pixels */
        Size size () const {
                return _size;
        }