New component IsoExternalFilterCommand.name

This commit is contained in:
Thomas Schmitt 2009-04-01 17:53:41 +02:00
parent e7853df2f4
commit 806ea7b82e
1 changed files with 5 additions and 0 deletions

View File

@ -4717,6 +4717,11 @@ struct iso_external_filter_command
* not attempt to attach a filter to files smaller than 2049 bytes.
*/
int behavior;
/* An optional instance id.
* Set to NULL if no individual name for this object is intended.
*/
char *name;
};
typedef struct iso_external_filter_command IsoExternalFilterCommand;