Change type of prev_stream_id from uint32_t to int, since it has a max size
authorRonald S. Bultje <rsbultje@gmail.com>
Mon, 17 Nov 2008 18:10:02 +0000 (18:10 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 17 Nov 2008 18:10:02 +0000 (18:10 +0000)
commit9168f7e671a8a07de2b9c408ce372a315f53490b
tree7f8b4a4411e8e185139e7fdf75e0325dfea86cc0
parentc6786edb3c04ec44f78b2fe7483c53a822023a03
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.

Originally committed as revision 15864 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rdt.c