<div dir="ltr"><div><div><br>2014-08-04 21:55 GMT+02:00 Christophe Massiot <<a href="mailto:cmassiot@openheadend.tv">cmassiot@openheadend.tv</a>>:<br>><br>> On 26 Jul 2014, at 08:04, Honza Petrouš <<a href="mailto:jpetrous@gmail.com">jpetrous@gmail.com</a>> wrote:<br>
><br>> > I just fight a bit with fresh devel version of dvblast (from git repo).<br>> > We are using it in pid-filter restricted embedded solution<br>> > what is now impossible when dvblast enables all PMT pids on start.<br>
> ><br>> > After small analysis I found out that --select-pmts when was added<br>> > to the --config-file option there has a solution to disable it by adding<br>> > --select-pmts just after config file. What was possible because<br>
> > of switch-on/switch-off behaviour of --select-pmts option. But<br>> > the latest Christophe's commit changed it:<br>> ><br>> > diff --git a/dvblast.c b/dvblast.c<br>> > index da2be3a..86fb75e 100644<br>
> > --- a/dvblast.c<br>> > +++ b/dvblast.c<br>> > @@ -828,7 +828,7 @@ int main( int i_argc, char **pp_argv )<br>> >              break;<br>> ><br>> >          case 'w':<br>> > -            b_select_pmts = !b_select_pmts;<br>
> > +            b_select_pmts = 1; //!b_select_pmts;<br>> >              break;<br>> ><br>> >          case 'U':<br>> > @@ -905,7 +905,6 @@ int main( int i_argc, char **pp_argv )<br>
> ><br>> >          case 'Y':<br>> >              b_enable_ecm = true;<br>> > -            b_dvb_global = true;<br>> >              break;<br>> ><br>> >          case 'e':<br>
> ><br>> > I would like to change it back to the  original toggling variant,<br>> > because I believe it was removed by mistake.<br>> ><br>> > What do you think?<br>><br>> I agree, thanks for reporting the issue.<br>
><br><br></div>Great! And thanks for fix.<br></div>/Honza<br><br></div>