Add ByteIOContext argument to public ff_rm_* functions so that we can
authorRonald S. Bultje <rsbultje@gmail.com>
Mon, 17 Nov 2008 14:20:00 +0000 (14:20 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 17 Nov 2008 14:20:00 +0000 (14:20 +0000)
commitfcc995a533ddf0d892348c76244bd667949a3223
treecbfa83bcbe937ce30297e522ec047703badb69f5
parent074bfa7de756e42523093bbf7ee5bb9772043d55
Add ByteIOContext argument to public ff_rm_* functions so that we can
specify the data source as function argument instead of in s->pb before
calling the function. Discussed in ML thread "[PATCH] fix small memleak
in rdt.c".

Originally committed as revision 15849 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rdt.c
libavformat/rm.h
libavformat/rmdec.c