From 9ff2abcdb1901a2b109f9a50d94c957673d98889 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Sat, 20 Oct 2012 14:16:19 +0200 Subject: [PATCH] zapit.h: change volue VOLUME_PERCENT_PCM on 100 as default Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/d285f82dca101bbeb341f37339081183e9862b47 Author: Jacek Jendrzej Date: 2012-10-20 (Sat, 20 Oct 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/zapit/include/zapit/zapit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zapit/include/zapit/zapit.h b/src/zapit/include/zapit/zapit.h index 2c77eb030..a87701afc 100644 --- a/src/zapit/include/zapit/zapit.h +++ b/src/zapit/include/zapit/zapit.h @@ -34,7 +34,7 @@ typedef volume_map_t::iterator volume_map_iterator_t; typedef std::pair volume_map_range_t; #define VOLUME_PERCENT_AC3 100 -#define VOLUME_PERCENT_PCM 75 +#define VOLUME_PERCENT_PCM 100 /* complete zapit start thread-parameters in a struct */ typedef struct ZAPIT_start_arg