Ignore:
Timestamp:
05/05/19 11:42:54 (4 years ago)
Author:
Gorgone Impertinence
Message:

DVBAPI:
Fixed bug in dvbapi not releasing used descramblers in stapi, coolapi and gxapi boxes
Increased MAX_STREAM_INDICES back to 32 (it must be equal to MAX_STREAM_PIDS)
Modified the get_emm_filter_adv() function to accept more arguments

OTHER:
Cosmetics to module-cccam.c and module-cccam-cacheex.x
Removed some emu specific code not needed anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oscam-config-reader.c

    r11503 r11518  
    11971197    DEF_OPT_FUNC_X("emu_auproviders"              , OFS(emu_auproviders),                ftab_fn, FTAB_READER | FTAB_EMUAU),
    11981198    DEF_OPT_INT8("emu_datecodedenabled"           , OFS(emu_datecodedenabled),           0),
    1199     DEF_OPT_STR("extee36"                         , OFS(extee36),                        NULL),
    1200     DEF_OPT_STR("extee56"                         , OFS(extee56),                        NULL),
    1201     DEF_OPT_HEX("dre36_force_group"               , OFS(dre36_force_group),              1),
    1202     DEF_OPT_HEX("dre56_force_group"               , OFS(dre56_force_group),              1),
    12031199#endif
    12041200    DEF_OPT_INT8("deprecated"                     , OFS(deprecated),                      0),
Note: See TracChangeset for help on using the changeset viewer.