[FFmpeg-devel] [RFC] disentangling libavutil headers

Måns Rullgård mans
Sat Jan 24 16:03:05 CET 2009


Diego Biurrun <diego at biurrun.de> writes:

> On Fri, Jan 23, 2009 at 11:33:19PM +0100, Aurelien Jacobs wrote:
>> Diego Biurrun wrote:
>> 
>> > --- libavutil/mathematics.c	(revision 16729)
>> > +++ libavutil/mathematics.c	(working copy)
>> > @@ -23,6 +23,7 @@
>> >  
>> > +#include <assert.h>
>> >  #include "common.h"
>> >  #include "mathematics.h"
>> 
>> Unrelated, so should probably be applied separately.
>> Anyway, it looks OK.
>> 
>> > --- libavutil/tree.c	(revision 16729)
>> > +++ libavutil/tree.c	(working copy)
>> > @@ -18,8 +18,8 @@
>> >  
>> > -#include "common.h"
>> >  #include "log.h"
>> > +#include "mem.h"
>> >  #include "tree.h"
>> 
>> All the similar changes are probably OK and could be applied
>> independently.
>> 
>> > --- libavutil/rational.c	(revision 16729)
>> > +++ libavutil/rational.c	(working copy)
>> > @@ -25,6 +25,7 @@
>> >  
>> > +#include <assert.h>
>> >  //#include <math.h>
>> >  #include <limits.h>
>> 
>> Same as above.
>
> All applied.

Thanks for enabling assert() checking everywhere.  It really was too
fast before.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list