search for: audio_format_t

Displaying 1 result from an estimated 1 matches for "audio_format_t".

2002 Oct 05
2
ogg123 remote interface
...ction (buf_t *buf, void *arg) { print_statistics_arg_t *stats_arg = (print_statistics_arg_t *) arg; diff -urN -X diff.ignore ogg123.orig/callbacks.h ogg123/callbacks.h --- ogg123.orig/callbacks.h Sat Oct 5 14:33:28 2002 +++ ogg123/callbacks.h Sat Oct 5 16:23:42 2002 @@ -44,7 +44,10 @@ audio_format_t *fmt); -/* Statisitics callbacks */ +/* Statistics callbacks */ + +void remote_write_action(buf_t *buf, void *arg); +void remote_write_action_const(buf_t *buf, void *arg); typedef struct print_statistics_arg_t { stat_format_t *stat_format; -------------- next part -------------- diff -urN...