diff rdt.c @ 4042:463f85165b2a libavformat

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.
author rbultje
date Mon, 17 Nov 2008 18:10:02 +0000
parents 8281f6046ab2
children e35f52a277d7
line wrap: on
line diff
--- 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 *