[MPlayer-dev-eng] [PATCH] Audio support for AVISynth

Gianluigi Tiesi mplayer at netfarm.it
Sun Jul 23 22:20:31 CEST 2006


On Sun, Jul 23, 2006 at 03:32:40PM +0200, Reimar D?ffinger wrote:
> And many, many more places (including some conversions of // to /*
> comments).
> 
> Also I think this:
> > +    sh_audio_t *sh_audio = d_audio->sh;
This can be moved in:
if (avs_has_audio(AVS->video_info))

(you are right but for some strange reason it doesn't crashes)

part, but I'll better to handle also audio only


> 
> Might crash in video-only case, though I didn't check properly.
> 
> This seems like an unrelated change:
> > -        d_video->pts=AVS->frameno / sh_video->fps; // OSD
> > +        dp->pts = (float) AVS->frameno / sh_video->fps;
Dunno why Alexander changed it.

So wait to commit, I'll add a checked patch.
Btw you are againsts cosmetics? :P

Bye

-- 
Gianluigi Tiesi <sherpya at netfarm.it>
EDP Project Leader
Netfarm S.r.l. - http://www.netfarm.it/
Free Software: http://oss.netfarm.it/



More information about the MPlayer-dev-eng mailing list