Related to FS#10678. The mp3 encoder plugin of Rockbox does not encode MPEG2 layer3...
commit6251da051533ca83378c4d7612a82efe1de4bffc
authorBuschel <Buschel@a1c6a512-1295-4272-9138-f99709370657>
Thu, 6 Jan 2011 12:03:12 +0000 (6 12:03 +0000)
committerBuschel <Buschel@a1c6a512-1295-4272-9138-f99709370657>
Thu, 6 Jan 2011 12:03:12 +0000 (6 12:03 +0000)
tree17d8927d7fcd4de2b36da3a3039b06ea555c3b7e
parent51aa891546fefbfc87d87e59680cf0b8efeaec3d
Related to FS#10678. The mp3 encoder plugin of Rockbox does not encode MPEG2 layer3 properly and does not support MPEG2.5 layer3 at all. Therefor only samplerates of 32, 44.1 and 48 kHz are supported as input. This change introduces a proper error handling and user error message until the underlying error is fixed.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28973 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/mp3_encoder.c