From ebf0a15ad051e5456e99ec7548829fd4d444fe2e Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Mon, 29 Dec 2008 19:32:11 +0100 Subject: [PATCH] taglib: cleanup the header and add myslef to the authors. --- modules/meta_engine/taglib.cpp | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/modules/meta_engine/taglib.cpp b/modules/meta_engine/taglib.cpp index d2b3c98897..cc906212e2 100644 --- a/modules/meta_engine/taglib.cpp +++ b/modules/meta_engine/taglib.cpp @@ -6,6 +6,7 @@ * * Authors: Clément Stenac * Rafaël Carré + * Rémi Duraffort * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -40,12 +41,15 @@ # include #endif -#include +// Taglib headers +#include #include +#include + +#include #include #include -#include #include #include @@ -53,25 +57,19 @@ #include #include #include -#include #include +#include #include -#include -#include -#include #include -//#include /* ogg flac files aren't auto-casted by TagLib */ -#include -#include -#include -#include #include -//#include /* parse the tags without TagLib helpers? */ +#include + -static int ReadMeta ( vlc_object_t * ); -static int DownloadArt ( vlc_object_t * ); -static int WriteMeta ( vlc_object_t * ); +// Local functions +static int ReadMeta ( vlc_object_t * ); +static int DownloadArt ( vlc_object_t * ); +static int WriteMeta ( vlc_object_t * ); vlc_module_begin () set_capability( "meta reader", 1000 ) -- 2.39.5