]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_types.h
provisional framework docs and corrections
[mlt] / src / framework / mlt_types.h
index 5e061bbfdc234510945d26e6919d4a6da1775031..284c35bc5ca8d0b0587e1d11f45c0caad191adba 100644 (file)
@@ -35,6 +35,13 @@ typedef enum
 }
 mlt_image_format;
 
+typedef enum
+{
+       mlt_audio_none = 0,
+       mlt_audio_pcm
+}
+mlt_audio_format;
+
 typedef enum
 {
        mlt_whence_relative_start,