[vlc-devel] Re: Kasenna pause and trickplay patch

Sigmund Augdal sigmunau at stud.ntnu.no
Tue Nov 16 14:31:45 CET 2004


> >+        fprintf( stderr, "options=%s\n", psz_options);
> > 
> >
> use vlc functions here and do not use fprintf(), for instance:
> 
>                       msg_Info( p_intf, "options=%s\n", psz_options);
> 

msg_* do not need the trailing \n. Also msg_Info should be used with large
amounts of care. Think about if this really is useful info for the user, or
if it is debug info. in the latter case use msg_Dbg.

Also I doubt there is a p_intf available here. Better use p_demux or
something.

Sigmund

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list