]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_frame.h
Applied patch from Stephane Fillod to make configure run with bash
[mlt] / src / framework / mlt_frame.h
index da61da10e7881c9e5fb77353514bf6c428e56be6..807c600c29572e7e75e047c0fa9039ebd2e85819 100644 (file)
@@ -29,13 +29,13 @@ typedef int ( *mlt_get_audio )( mlt_frame self, int16_t **buffer, mlt_audio_form
 
 struct mlt_frame_s
 {
-       // We're extending properties here
+       /* We're extending properties here */
        struct mlt_properties_s parent;
 
-       // Virtual methods
+       /* Virtual methods */
        uint8_t * ( *get_alpha_mask )( mlt_frame self );
        
-       // Private properties
+       /* Private properties */
        mlt_deque stack_image;
        mlt_deque stack_audio;
        mlt_deque stack_service;