I'm working on my program to copy bluray streams from a disc to a filesystem, and if there are packets that can't be read, I'd like to skip over them. I wanted to know what the packet size is, though.
bd_read() lets you specify an arbitrary amount of data. bdsplice.c sets PKT_SIZE to 192, but then the buffer is set to 192 * 1024. 192 bytes seems pretty small to me, so I wanted to check. Thanks Steve
_______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
