Tiny comments On Tue, Jul 21, 09 at 23:03 +0200, Branko Kokanovic wrote: > +++ b/modules/video_filter/mirror.c > + add_shortcut( "mirror" ) That's useless because the module is already called mirror. > + msg_Err( p_filter, "Unsupported input chroma (%4s)", I think it needs %4.4s to be on the safe side -- Xtophe