mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
dump more buffer bytes in case of misalignment
This commit is contained in:
parent
9028e75f63
commit
b025599e9f
@ -2315,7 +2315,7 @@ static void input_write_dvb(struct ddb_input *input,
|
||||
input->nr);
|
||||
print_hex_dump(KERN_INFO, "TS: ", DUMP_PREFIX_OFFSET, 32, 1,
|
||||
dma2->vbuf[dma->cbuf],
|
||||
256, false);
|
||||
512, false);
|
||||
}
|
||||
dvb_dmx_swfilter(&dvb->demux,
|
||||
dma2->vbuf[dma->cbuf],
|
||||
|
Loading…
Reference in New Issue
Block a user