changed format into ioFormat to indicate that this is a input and output parameter

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3576 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2003-06-19 14:48:52 +00:00
parent e6c7c99fc9
commit 5657491aac
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ virtual status_t HandleMessage(
/* reply. */
virtual status_t AcceptFormat(
const media_destination & dest,
media_format * format) = 0;
media_format * ioFormat) = 0;
virtual status_t GetNextInput(
int32 * cookie,
media_input * out_input) = 0;