zapit.h: change volue VOLUME_PERCENT_PCM on 100 as default

Origin commit data
------------------
Branch: ni/coolstream
Commit: d285f82dca
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-20 (Sat, 20 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2012-10-20 14:16:19 +02:00
parent ed37bca2fd
commit 9ff2abcdb1

View File

@@ -34,7 +34,7 @@ typedef volume_map_t::iterator volume_map_iterator_t;
typedef std::pair<volume_map_iterator_t,volume_map_iterator_t> volume_map_range_t; typedef std::pair<volume_map_iterator_t,volume_map_iterator_t> volume_map_range_t;
#define VOLUME_PERCENT_AC3 100 #define VOLUME_PERCENT_AC3 100
#define VOLUME_PERCENT_PCM 75 #define VOLUME_PERCENT_PCM 100
/* complete zapit start thread-parameters in a struct */ /* complete zapit start thread-parameters in a struct */
typedef struct ZAPIT_start_arg typedef struct ZAPIT_start_arg