[MPlayer-cvslog] CVS: main/libmpdemux demux_avs.c, NONE, 1.1 demux_avs.h, NONE, 1.1 extension.c, 1.8, 1.9 demuxer.c, 1.182, 1.183 demuxer.h, 1.73, 1.74

Sascha Sommer saschasommer at freenet.de
Sun Feb 13 22:38:28 CET 2005


On Sunday 13 February 2005 22:09, Torinthiel wrote:
> On Sun, Feb 13, 2005 at 02:38:30PM +0100, Sascha Sommer CVS wrote:
> > CVS change done by Sascha Sommer CVS
> >
> > Update of /cvsroot/mplayer/main/libmpdemux
> > In directory mail:/var2/tmp/cvs-serv6564/libmpdemux
> >
> > Modified Files:
> >  extension.c demuxer.c demuxer.h
> > Added Files:
> >  demux_avs.c demux_avs.h
> > Log Message:
> > avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>
> >
> > --- NEW FILE ---
>
> [demux_avs.c]
>
> [line 85]
>
> > AVS_T *initAVS(const char *filename)
> > {
> >     AVS_T *AVS = (AVS_T *) malloc (sizeof(AVS_T));
> >     memset(AVS, 0, sizeof(AVS_T));
> >
> > #ifdef WIN32_LOADER
> >     Setup_LDT_Keeper();
> > #endif
>
> [same function, line 120]
>
> >     AVS_Value arg0 = avs_new_value_string(filename);
> >     AVS_Value args = avs_new_value_array(&arg0, 1);
>
> This won't work in gcc 2.95. My guess is that moving it to top of
> function won't hurt (as filename is not used anywhere literally).
>

Should be fixed now.

Sascha




More information about the MPlayer-cvslog mailing list