CVS: main mencoder.c,1.175,1.176
Update of /cvsroot/mplayer/main In directory mail:/var/tmp.root/cvs-serv24679 Modified Files: mencoder.c Log Message: setting the keyframe flag for every audio chunks, fixes streamcopy'd ac3 on windows Index: mencoder.c =================================================================== RCS file: /cvsroot/mplayer/main/mencoder.c,v retrieving revision 1.175 retrieving revision 1.176 diff -u -r1.175 -r1.176 --- mencoder.c 6 Oct 2002 23:24:36 -0000 1.175 +++ mencoder.c 10 Oct 2002 21:04:42 -0000 1.176 @@ -930,7 +930,7 @@ } } 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){
participants (1)
-
Arpi of Ize