Displaying 1 result from an estimated 1 matches for "select_stats".
2002 Oct 05
2
ogg123 remote interface
...g, &options)) == NULL ) {
+ if ( (source = transport->open(source_string, &options, audio_play_arg->stat_format)) == NULL ) {
status_error(_("Cannot open %s.\n"), source_string);
return;
}
@@ -454,7 +449,8 @@
}
/* Decide which statistics are valid */
- select_stats(stat_format, &options, source, decoder, audio_buffer);
+ select_stats(audio_play_arg->stat_format, &options,
+ source, decoder, audio_buffer);
/* Start the audio playback thread before we begin sending data */
if (audio_buffer != NULL) {
@@ -535,7 +531,8 @@...