[Mplayer-cvslog] CVS: main mencoder.c,1.35,1.36
Arpi of Ize
arpi at mplayer.dev.hu
Fri Dec 7 01:12:54 CET 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv768
Modified Files:
mencoder.c
Log Message:
set all frames to keyframes for -ovc frameno - allow seeking in resulting audio-only avi
Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- mencoder.c 7 Dec 2001 00:11:12 -0000 1.35
+++ mencoder.c 7 Dec 2001 00:12:51 -0000 1.36
@@ -782,7 +782,7 @@
break;
case VCODEC_FRAMENO:
mux_v->buffer=&decoded_frameno; // tricky
- if(skip_flag<=0) aviwrite_write_chunk(muxer,mux_v,muxer_f,sizeof(int),0);
+ if(skip_flag<=0) aviwrite_write_chunk(muxer,mux_v,muxer_f,sizeof(int),0x10);
break;
case VCODEC_DIVX4:
blit_frame=decode_video(&video_out,sh_video,start,in_size,0);
More information about the MPlayer-cvslog
mailing list