Hi,

On Sun, Oct 14, 2012 at 3:02 PM, Diego Biurrun <di...@biurrun.de> wrote:
> This removes a dependency of the Matroska demuxer on the RealMedia
> demuxer while only minimally bloating a RealMedia muxer only build.
> ---
>  libavformat/Makefile |    4 ++--
>  libavformat/rm.c     |   41 +++++++++++++++++++++++++++++++++++++++++
>  libavformat/rmdec.c  |   41 -----------------------------------------
>  3 files changed, 43 insertions(+), 43 deletions(-)

I'm a little confused, rm.c contains code that is to be shared between
rmdec and rmenc. Shouldn't you add a new file (e.g. sipr.c) that
contains sipr-specific code to be shared between different demuxers
(e.g. rmdec and matroskadec)?

Ronald
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to