From 158093702c93a05c0b0916e528b8cd3241a279dc Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 10 Oct 2002 21:04:42 +0000 Subject: setting the keyframe flag for every audio chunks, fixes streamcopy'd ac3 on windows git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7710 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index fb09ec500b..f90018ed72 100644 --- a/mencoder.c +++ b/mencoder.c @@ -930,7 +930,7 @@ if(sh_audio){ } } if(len<=0) break; // EOF? - aviwrite_write_chunk(muxer,mux_a,muxer_f,len,0); + aviwrite_write_chunk(muxer,mux_a,muxer_f,len,0x10); if(!mux_a->h.dwSampleSize && mux_a->timer>0) mux_a->wf->nAvgBytesPerSec=0.5f+(double)mux_a->size/mux_a->timer; // avg bps (VBR) if(mux_a->buffer_len>=len){ -- cgit v1.2.3