added the new media_meta_description and changed codec API to use it

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5494 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2003-11-28 22:34:14 +00:00
parent de4189ef2b
commit da87cefeb1
8 changed files with 28 additions and 41 deletions
+2 -2
View File
@@ -599,8 +599,8 @@ typedef enum {
B_WAV_FORMAT_FAMILY = 6,
B_AIFF_FORMAT_FAMILY = 7,
B_AVR_FORMAT_FAMILY = 8,
B_MISC_FORMAT_FAMILY = 99999
B_MISC_FORMAT_FAMILY = 99999,
B_META_FORMAT_FAMILY = 100000
} media_format_family;
struct media_file_format {