# HG changeset patch # User rbultje # Date 1226945402 0 # Node ID 463f85165b2a418456029a2d93481613d2ac9425 # Parent 8281f6046ab24eff5a9ed9bce494a3ec2c7b8900 Change type of prev_stream_id from uint32_t to int, since it has a max size of 16bits. See discussion in "[PATCH] RDT/Realmedia patches #2" thread on ML. diff -r 8281f6046ab2 -r 463f85165b2a rdt.c --- a/rdt.c Mon Nov 17 14:32:56 2008 +0000 +++ b/rdt.c Mon Nov 17 18:10:02 2008 +0000 @@ -40,7 +40,8 @@ AVStream *st; void *dynamic_protocol_context; DynamicPayloadPacketHandlerProc parse_packet; - uint32_t prev_set_id, prev_timestamp; + uint32_t prev_timestamp; + int prev_set_id; }; RDTDemuxContext *