mall adjustment in API description
This commit is contained in:
parent
1a307cb790
commit
e759bd5240
@ -4673,7 +4673,7 @@ struct iso_external_filter_command
|
|||||||
|
|
||||||
/* A bit field which controls behavior variations:
|
/* A bit field which controls behavior variations:
|
||||||
* bit0= Shortcut: 0 sized input will surely yield 0 sized output
|
* bit0= Shortcut: 0 sized input will surely yield 0 sized output
|
||||||
* bit1= Do not install filter if the output becomes larger than the input
|
* >>> not implemented yet: bit1= Do not install filter if the output becomes larger than the input
|
||||||
*/
|
*/
|
||||||
int behavior;
|
int behavior;
|
||||||
};
|
};
|
||||||
@ -4697,7 +4697,8 @@ typedef struct iso_external_filter_command IsoExternalFilterCommand;
|
|||||||
* @param flag
|
* @param flag
|
||||||
* Bitfield for control purposes, unused yet, submit 0.
|
* Bitfield for control purposes, unused yet, submit 0.
|
||||||
* @return
|
* @return
|
||||||
* 1 on success, <0 on error
|
* 1 on success, 2 if filter installation revoked (e.g. cmd.behavior bit1)
|
||||||
|
* <0 on error
|
||||||
*
|
*
|
||||||
* @since 0.6.18
|
* @since 0.6.18
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user