X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.c;h=69b834d2c507fa5944dc3871838d555b4317115b;hp=9d40caeb8b33fb7442bb1f822af7f6eba0a2c332;hb=25ca76ec354120efa561879f50c486340e14d0ca;hpb=8bbbc7f397b5068407928bd594a2dea921b8410e diff --git a/afh.c b/afh.c index 9d40caeb..69b834d2 100644 --- a/afh.c +++ b/afh.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2008 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2008 Andre Noll , see file COPYING. */ /** \file afh.c Paraslash's standalone audio format handler tool. */ @@ -207,7 +203,6 @@ int main(int argc, char **argv) loglevel = OPT_UINT32_VAL(LOGLEVEL); version_handle_flag("afh", OPT_GIVEN(VERSION)); handle_help_flags(); - afh_init(); for (i = 0; i < lls_num_inputs(lpr); i++) { int ret2; const char *path = lls_input(i, lpr);