OSDN Git Service

Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 13 Dec 2008 21:40:20 +0000 (21:40 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Sat, 13 Dec 2008 21:40:20 +0000 (21:40 +0000)
commit1edddc99dc247166fe7ca3ad85346a237cbe72d4
treeaac744339fe5faacd8ee3c6a5f3ab5f0665f40e2
parenta15ebf34c77c7c93aef70caeeace538f47eaab8a
Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.
Reason for this is that there are no shared entries in the demuxer/muxer
context, making it a mystery as to why it was shared between the two. See
"[PATCH] clean rmdemux/muxcontext" patch on mailinglist.

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