Added a subpacketno for debugging purposes of the RealVideo unpacking code.

This commit is contained in:
Moritz Bunkus 2004-03-24 09:52:21 +00:00
parent f8df9496c1
commit 93e60e04e7

View File

@ -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];