OSDN Git Service

Use chunk-size in function calling mdpr_read_codecdata() rather than in the
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 3 Sep 2008 00:05:55 +0000 (00:05 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 3 Sep 2008 00:05:55 +0000 (00:05 +0000)
commit79d5045d33db3abdf6d18e6ed650d3a7025e19ba
tree9788960b14246b4c21d3e064e0197ebfc6c7cce4
parent2a43a093edd8e717cc14d3cf14a8562f7f711f02
Use chunk-size in function calling mdpr_read_codecdata() rather than in the
function itself. This way, old-style (.ra4) RTSP/RDT OpaqueData chunks can
be parsed using this function as well (they don't have the size bits). See
discussion on ML in "[PATCH] rmdec.c - small read_mdpr_codecdata() API
modification".

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