[FFmpeg-cvslog] r11815 - trunk/libavformat/asf.c

Ronald S. Bultje rsbultje
Sun Feb 3 16:46:09 CET 2008


Hi,

On Feb 2, 2008 5:57 PM, Reimar D?ffinger <
Reimar.Doeffinger at stud.uni-karlsruhe.de> wrote:

> It's not really a problem, but if we ever create libavprotocols or so
> this means that lavf like this would now depend on libavprotocols.


I think we had that discussion a while ago and decided this was a horrible
idea (?). lavf will _always_ depend on lavp unless you make all API, util
and so on part of lavf, in which case lavp is only the protocol
implementations, which is so horrid that I won't comment on it.

The current solution, which is to keep base protocols (file) in lavf and put
os-specific stuff (sound i/o, v4l, etc.) in another one is much cleaner.

Ronald




More information about the ffmpeg-cvslog mailing list