[MPlayer-cvslog] r22298 - in trunk: Makefile command.c command.h m_property.c m_property.h mp_core.h mplayer.c

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Wed Feb 21 18:29:59 CET 2007


Hello,
On Wed, Feb 21, 2007 at 01:49:25AM +0100, uau wrote:
> Author: uau
> Date: Wed Feb 21 01:49:24 2007
> New Revision: 22298
> 
> Added:
>    trunk/command.c
>    trunk/command.h
>    trunk/mp_core.h
> Modified:
>    trunk/Makefile
>    trunk/m_property.c
>    trunk/m_property.h
>    trunk/mplayer.c
> 
> Log:
> Split command/property handling from mplayer.c to a new file command.c.
> Move some global and static variables under a struct that can be given
> as a parameter. Add a context argument to the property functions so that
> they do not have to depend on global/static variables.

To anyone who actually believes in the sense of a cvslog list:
svn up -r22297 mplayer.c
diff -duwbB mplayer.c command.c | less

Might give you back some hope.
It's almost readable, despite in some places automated reindent has
taken its toll.

Greetings,
Reimar Döffinger



More information about the MPlayer-cvslog mailing list