X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=vss.c;h=e26e8c8303c2c228a59adfaf64e6b7c5fd7b0fdf;hp=adc0cb63cea1204d3bfef811c492b807b74001c2;hb=d5538ff0dd9f6531a1a319b49c32bd72597fb2c3;hpb=645175864a613fc539f46ffa4028742aad3b1b30 diff --git a/vss.c b/vss.c index adc0cb63..e26e8c83 100644 --- a/vss.c +++ b/vss.c @@ -636,18 +636,6 @@ static void vss_eof(struct vss_task *vsst) mmd->events++; } -/** - * Get the list of all supported audio formats. - * - * \return Aa space separated list of all supported audio formats - * It is not allocated at runtime, i.e. there is no need to free - * the returned string in the caller. - */ -const char *supported_audio_formats(void) -{ - return SUPPORTED_AUDIO_FORMATS; -} - static int need_to_request_new_audio_file(struct vss_task *vsst) { struct timeval diff;