]> git.sesse.net Git - vlc/commit
audio input core: fix wrong parsing of replaygain tags (fix #8174)
authorAnatoliy Anischovich <lin.aaa.lin@gmail.com>
Sat, 9 Mar 2013 19:29:19 +0000 (21:29 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 10 Mar 2013 16:19:08 +0000 (17:19 +0100)
commit23a3b08de9177fe2c0b2d2865afe674c3841325d
treef5029d5249448f3f3571d3bdcf3e4ffef35b3e68
parent14d3718f37ba33b0c89a8fdfb8a4ee15cfea58f8
audio input core: fix wrong parsing of replaygain tags (fix #8174)

Before dictionaries there was a loop, so if-else way was ok, but not now. Also, locale-dependent atof().
Remove unnecessary replaygain stuff from flac demuxer.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
include/vlc_input.h
modules/codec/vorbis.c
modules/demux/flac.c
src/input/input_internal.h
src/input/meta.c