[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

Torinthiel torinthiel at megapolis.pl
Sun Feb 13 22:09:09 CET 2005


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).

Also the file is full of trailing whitespace.
Torinthiel

-- 
 Waclaw "Torinthiel" Schiller       GG#: 542916, 3073512
   torinthiel(at)megapolis(dot)pl
   gpg: B06901F1 fpr: FAA3 559F CAE9 34DE CDC8  7346 2B6E 39F2 B069 01F1
 "No classmates may be used during this examination"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/attachments/20050213/e06aa39e/attachment.pgp>


More information about the MPlayer-cvslog mailing list