|
Lines 1-10
Link Here
|
| 1 |
--- player/src/codec/mp3/mp3_file.cpp.orig Wed Sep 29 00:24:31 2004 |
1 |
--- player/src/codec/mp3/mp3_file.cpp.orig Tue Mar 9 10:18:41 2004 |
| 2 |
+++ player/src/codec/mp3/mp3_file.cpp Wed Sep 29 00:28:47 2004 |
2 |
+++ player/src/codec/mp3/mp3_file.cpp Fri Nov 12 21:58:17 2004 |
| 3 |
@@ -126,6 +126,7 @@ |
3 |
@@ -126,6 +126,7 @@ |
| 4 |
descptr[1] = strdup(desc); |
4 |
descptr[1] = strdup(desc); |
| 5 |
CHECK_AND_FREE(ret); |
5 |
CHECK_AND_FREE(ret); |
| 6 |
} |
6 |
} |
| 7 |
+ ret = ID3_v1_genre_description[NULL]; |
7 |
+ ret = ID3_v1_genre_description[0]; |
| 8 |
ret = ID3_GetAlbum(&myTag); |
8 |
ret = ID3_GetAlbum(&myTag); |
| 9 |
if (ret) { |
9 |
if (ret) { |
| 10 |
|
10 |
char *year = ID3_GetYear(&myTag); |