A bunch of new features and core changes.
- the new paraslash scheduler, short and sweet.
- - Support for m4a files via the new aac filter/ and audio
- format handler (requires libfaad).
+ - Support for m4a/mp4 files via the new aac audio format
+ handler/filter (requires libfaad).
- each writer has its own command line parser, just like
para_recv and para_filter.
- new writer: osxplay (thanks to Gerd Becker)
return (char *)inbuf;
}
-static const char* aac_suffixes[] = {"m4a", NULL};
+static const char* aac_suffixes[] = {"m4a", "mp4", NULL};
/** the init function of the aac audio format handler */
void aac_afh_init(struct audio_format_handler *p)
{