use the correct value (reported by mmu_man)

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6537 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2004-02-09 00:32:27 +00:00
parent 16957551b4
commit ffaa002659

View File

@ -1005,7 +1005,7 @@ status_t get_next_file_format(int32 *cookie, media_file_format *mfi)
// final & verified
const char * B_MEDIA_SERVER_SIGNATURE = "application/x-vnd.Be.media-server";
const type_code B_CODEC_TYPE_INFO = 0x12345678; // XXX fixme
const type_code B_CODEC_TYPE_INFO = 0x040807b2;
/*************************************************************
*