Reimar Döffinger writes: > > Sorry, wrong patch... I have too many of those lying around :-( > > + if (d_video->id < 0) > + sh_audio->delay = d_audio->pts; > + else You're messing up the indentation here with a tab in a file that uses spaces. It's minor, but you might want to take care of it when you commit. Diego