[MPlayer-cvslog] r33353 - in trunk/gui: app.c app.h interface.c
Clément Bœsch
ubitux at gmail.com
Tue May 3 15:48:34 CEST 2011
On Tue, May 03, 2011 at 03:42:00PM +0200, ib wrote:
> Author: ib
> Date: Tue May 3 15:42:00 2011
> New Revision: 33353
>
> Log:
> Initialize appMPlayer differently.
>
> Perform a direct initialization instead of doing it by a function call.
>
> Modified:
> trunk/gui/app.c
> trunk/gui/app.h
> trunk/gui/interface.c
>
> Modified: trunk/gui/app.c
> ==============================================================================
> --- trunk/gui/app.c Tue May 3 15:19:39 2011 (r33352)
> +++ trunk/gui/app.c Tue May 3 15:42:00 2011 (r33353)
> @@ -23,7 +23,15 @@
>
> #include "libavutil/common.h"
>
> -guiItems appMPlayer;
> +guiItems appMPlayer = {
> + { 0 }, { 0 }, 0,
> + { 0 }, { 0 },
> + { 0 }, { 0 }, 0,
> + { 0 }, { 0 }, { 0 }, 0,
> + -1, { 0 },
> + -1, { 0 },
> + -1, { 0 }
> +};
>
Nice ascii art :-)
Maybe you could specify the fields?
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/attachments/20110503/accfae8c/attachment.asc>
More information about the MPlayer-cvslog
mailing list