On Thu, Aug 20, 2009 at 04:48:28PM +0200, gkovacs wrote: > > --- old property value > +++ new property value > @@ -1 +1 @@ > +include public header playlist.h in ffmpeg.c instead of internal header > concat.h
I read this as move the line '#include "playlist.h"' from ffmpeg.c to concat.h which is confusing. "ffmpeg.c" need not be in the commit message, it provides no extra information that 'svn log -v' would not provide. Replace inclusion of internal header concat.h by public header playlist.h. Should be much less confusing. Diego _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
