summaryrefslogtreecommitdiff
path: root/apps/talk.c
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2007-09-19 10:40:55 +0000
committerThom Johansen <thomj@rockbox.org>2007-09-19 10:40:55 +0000
commit294ec1d110178f30894721d5cda14c246333954d (patch)
tree2e31dc287557007939b3b5abf4493fa02946b6c5 /apps/talk.c
parent547cffb90bffacc7f22e6661c61ccad830ce2c91 (diff)
downloadrockbox-294ec1d110178f30894721d5cda14c246333954d.tar.gz
rockbox-294ec1d110178f30894721d5cda14c246333954d.zip
Remove the ID3 tag version priority setting on the grounds of it being pretty pointless. ID3v2 tags are superior to ID3v1 tags, and needs less seeking around to find.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14750 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/talk.c')
-rw-r--r--apps/talk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/talk.c b/apps/talk.c
index b9d5bc2aa7..7391dd25c4 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -652,7 +652,7 @@ int talk_file(const char* filename, bool enqueue)
652 if (p_thumbnail == NULL || size_for_thumbnail <= 0) 652 if (p_thumbnail == NULL || size_for_thumbnail <= 0)
653 return -1; 653 return -1;
654 654
655 if(mp3info(&info, filename, false)) /* use this to find real start */ 655 if(mp3info(&info, filename)) /* use this to find real start */
656 { 656 {
657 return 0; /* failed to open, or invalid */ 657 return 0; /* failed to open, or invalid */
658 } 658 }