]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_types.h
Add mlt_audio_u8 (sourceforce-182).
[mlt] / src / framework / mlt_types.h
index f242f12cc2b8bf2d58a4d69701f5938a24c86491..62442368ec55f7224e7b452702bda1c8587d9913 100644 (file)
@@ -44,7 +44,7 @@ typedef enum
        mlt_image_rgb24a,  /**< 8-bit RGB with alpha channel */
        mlt_image_yuv422,  /**< 8-bit YUV 4:2:2 packed */
        mlt_image_yuv420p, /**< 8-bit YUV 4:2:0 planar */
-       mlt_image_opengl   /**< suitable for OpenGL texture */
+       mlt_image_opengl  /**< (deprecated) suitable for OpenGL texture */
 }
 mlt_image_format;
 
@@ -58,7 +58,8 @@ typedef enum
        mlt_audio_s32,     /**< signed 32-bit non-interleaved PCM */
        mlt_audio_float,   /**< 32-bit non-interleaved floating point */
        mlt_audio_s32le,   /**< signed 32-bit interleaved PCM */
-       mlt_audio_f32le    /**< 32-bit interleaved floating point */
+       mlt_audio_f32le,   /**< 32-bit interleaved floating point */
+       mlt_audio_u8       /**< unsigned 8-bit interleaved PCM */
 }
 mlt_audio_format;