- libraspi: sync with max_10

Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
vanhofen
2023-03-09 20:33:26 +01:00
committed by GetAway
parent 0af72cd064
commit eaa532f87b
8 changed files with 59 additions and 129 deletions

View File

@@ -113,9 +113,9 @@ bool cDemux::Open(DMX_CHANNEL_TYPE pes_type, void * /*hVideoBuffer*/, int uBuffe
__func__, num, DMX_T[pes_type], pes_type, uBufferSize, fd);
if (dmx_type == DMX_VIDEO_CHANNEL)
uBufferSize = 0x100000; /* 1MB */
uBufferSize = 0x100000; /* 1MB */
if (dmx_type == DMX_AUDIO_CHANNEL)
uBufferSize = 0x10000; /* 64k */
uBufferSize = 0x10000; /* 64k */
#if 0
if (!pesfds.empty())
{