profiles/*: name->description
[melted] / src / framework / mlt_profile.h
index 29ee633..0c64e7c 100644 (file)
@@ -25,7 +25,7 @@
 
 struct mlt_profile_s
 {
-       char* name;
+       char* description;
        int frame_rate_num;
        int frame_rate_den;
        int width;