diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2006-12-23 18:00:15 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2006-12-23 18:00:15 +0000 |
commit | f30f93cb8b08ac7082116244f37b44d6d4b156bb (patch) | |
tree | ed2f8c5f702f5794fcd4c5be0c979a26b9eb6ff9 /src/conf.h | |
parent | d4be2276a0bd866f732f29c7b0710e9d7bfca10f (diff) | |
download | mpd-f30f93cb8b08ac7082116244f37b44d6d4b156bb.tar.gz mpd-f30f93cb8b08ac7082116244f37b44d6d4b156bb.tar.xz mpd-f30f93cb8b08ac7082116244f37b44d6d4b156bb.zip |
Added gapless_mp3_playback option. Setting to "no" will disable gapless
MP3 playback, thus allowing songs that run longer than the Xing frame
claims (f.e., an MP3 created by catting two MP3s together) to continue
playing past the end.
git-svn-id: https://svn.musicpd.org/mpd/trunk@5157 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h index 166b1d4b6..7d26cadf7 100644 --- a/src/conf.h +++ b/src/conf.h @@ -59,6 +59,7 @@ #define CONF_ID3V1_ENCODING "id3v1_encoding" #define CONF_METADATA_TO_USE "metadata_to_use" #define CONF_SAVE_ABSOLUTE_PATHS "save_absolute_paths_in_playlists" +#define CONF_GAPLESS_MP3_PLAYBACK "gapless_mp3_playback" typedef struct _BlockParam { char *name; |