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/module-dvbapi.h

    r11513 r11518  
    287287
    288288#ifdef WITH_EXTENDED_CW
    289 #define MAX_STREAM_INDICES   8 // In practice, 5 is the maximum ever used
     289#define MAX_STREAM_INDICES  32 // In practice, 5 is the maximum ever used
    290290#else
    291291#define MAX_STREAM_INDICES   1
Note: See TracChangeset for help on using the changeset viewer.