[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.56,1.57

Arpi of Ize arpi at mplayerhq.hu
Wed Oct 2 01:47:34 CEST 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv16633

Modified Files:
	vd_ffmpeg.c 
Log Message:
1l - update len too in sliced mode


Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- vd_ffmpeg.c	1 Oct 2002 21:30:10 -0000	1.56
+++ vd_ffmpeg.c	1 Oct 2002 23:47:22 -0000	1.57
@@ -490,6 +490,7 @@
         avctx->slice_count= hdr->chunks+1;
         for(i=0; i<avctx->slice_count; i++)
             avctx->slice_offset[i]= ((uint32_t*)(data+hdr->chunktab))[2*i+1];
+	len=hdr->len;
         data+= sizeof(dp_hdr_t);
     }
 #endif




More information about the MPlayer-cvslog mailing list