[tracker/meegotouch-guess-charset: 6/6] tracker-extract, mp3: Add comment and genre for encoding detection
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/meegotouch-guess-charset: 6/6] tracker-extract, mp3: Add comment and genre for encoding detection
- Date: Fri, 4 Mar 2011 12:32:59 +0000 (UTC)
commit 45ffa523c50897d010a4ed9ade69400aac4319bc
Author: Philip Van Hoof <philip codeminded be>
Date: Fri Mar 4 13:30:30 2011 +0100
tracker-extract,mp3: Add comment and genre for encoding detection
Fixes NB#229713.
src/tracker-extract/tracker-extract-mp3.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/tracker-extract/tracker-extract-mp3.c b/src/tracker-extract/tracker-extract-mp3.c
index 01d5ba9..d24aee1 100644
--- a/src/tracker-extract/tracker-extract-mp3.c
+++ b/src/tracker-extract/tracker-extract-mp3.c
@@ -743,6 +743,8 @@ get_id3 (const gchar *data,
s = g_string_new_len (pos, 30);
g_string_append_len (s, pos + 30, 30);
g_string_append_len (s, pos + 60, 30);
+ g_string_append_len (s, pos + 90, 30);
+ g_string_append_len (s, pos + 120, 30);
encoding = get_encoding (s->str, 90, &encoding_was_found);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]