X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.h;h=35b7a70e4dff72220f4550f4fbecc6dffdc48710;hp=0ead11e0e997879a6e4ed98cc05770871cb3917f;hb=aee7bc654a67f45556ad2c6dc0e98a06bc95c8ff;hpb=c0067c4d103b41d1f80b83170719d4afa999be54 diff --git a/afh.h b/afh.h index 0ead11e0..35b7a70e 100644 --- a/afh.h +++ b/afh.h @@ -90,10 +90,11 @@ struct audio_format_handler { * this audio format. A negative return value indicates that this audio format * handler did not recognize the given file. On success, the function is * expected to return a positive value and to fill in \arg info_str, \arg - * chunks and \arg seconds appropriately. + * chunks and \arg seconds appropriately and to return the chunk table + * via \a vss_chunk_table. */ int (*get_file_info)(FILE *audio_file, char *info_str, - long unsigned *chunks, int *seconds); + long unsigned *chunks, int *seconds, size_t **vss_chunk_table); /** * cleanup function of this audio format handler *