mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
Added a subpacketno for debugging purposes of the RealVideo unpacking code.
This commit is contained in:
parent
f8df9496c1
commit
93e60e04e7
@ -82,7 +82,7 @@ typedef struct {
|
||||
|
||||
unsigned char *buffered_data;
|
||||
int buffered_size;
|
||||
int64_t packetno, last_end;
|
||||
int64_t packetno, last_end, subpacketno;
|
||||
int header_sizes[3];
|
||||
unsigned char *headers[3];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user