[Ffmpeg-devel] [PATCH] Add allformats.h include file to move *_init() functions and other

Rich Felker dalias
Thu Jun 29 19:06:17 CEST 2006


On Thu, Jun 29, 2006 at 11:27:02AM +0200, Michael Niedermayer wrote:
> Hi
> 
> On Sun, Jun 25, 2006 at 02:28:47PM +0200, Diego 'Flameeyes' Petten? wrote:
> [...]
> > --- /dev/null
> > +++ b/libavformat/allformats.h
> > @@ -0,0 +1,192 @@
> > +#ifndef ALLFORMATS_H
> > +#define ALLFORMATS_H
> > +
> > +#ifdef __cplusplus
> > +extern "C" {
> > +#endif
> 
> why should this be in an internal header?

because it's part of the c++monkey mindset to add it to every header
file...

rich





More information about the ffmpeg-devel mailing list