report something for audio, too (doesn't work well)

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6422 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2004-01-29 23:44:53 +00:00
parent e9fe0b2203
commit d7a5db30d1

View File

@ -179,6 +179,9 @@ aviReader::AllocateCookie(int32 streamNumber, void **_cookie)
format->u.encoded_audio.output.frame_rate = audio_format->frames_per_sec;
format->u.encoded_audio.output.channel_count = audio_format->channels;
}
// this doesn't seem to work (it's not even a fourcc)
format->user_data_type = B_CODEC_TYPE_INFO;
*(uint32 *)format->user_data = audio_format->format_tag; format->user_data[4] = 0;
return B_OK;
}