[mythtv] [PATCH] New filter API, first patch against CVS.

Andrew Mahone andrewmahone at eml.cc
Sat Nov 1 15:30:03 EST 2003


On Saturday 01 November 2003 11:21, Isaac Richards wrote:
> Couple minor changes which I'd like to see before applying this, all
> stylistic:
>
> - 80 character lines
> - FilterChain.h/FilterManager.cpp/.h renamed to lowercase.
> - Stuff like
>      if( Filter->cleanup )
>    changed to
>      if (Filter->cleanup)
>
> Thanks,
> Isaac

Indent to the rescue!  All done, also removed extern "C" {} around filter.h 
includes.  Been a while since I did much C/C++, but this is not needed now 
that filter.h has no function prototypes, right?  Rebuilt to make sure I 
didn't miss any Filter(Manager|Chain).h includes, looks good.
-- 
  Andrew Mahone
  andrewmahone AT eml DOT cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mythtv-filterapi.patch.bz2
Type: application/x-bzip2
Size: 13980 bytes
Desc: not available
Url : http://mythtv.org/pipermail/mythtv-dev/attachments/20031101/51a731f2/mythtv-filterapi.patch.bin


More information about the mythtv-dev mailing list