[Mplayer-cvslog] CVS: main/libmpeg2 header.c,1.11,1.12
Arpi of Ize
arpi at mplayerhq.hu
Sun Apr 6 18:38:46 CEST 2003
Update of /cvsroot/mplayer/main/libmpeg2
In directory mail:/var/tmp.root/cvs-serv10380
Modified Files:
header.c
Log Message:
changed input and output buffer handling to be mplayer-compatible...
based on patch by Fabian Franz <FabianFranz at gmx.de>
Index: header.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpeg2/header.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- header.c 6 Apr 2003 16:36:02 -0000 1.11
+++ header.c 6 Apr 2003 16:38:42 -0000 1.12
@@ -655,7 +655,7 @@
} else {
int b_type;
- mpeg2dec->decoder.convert = NULL;
+ //mpeg2dec->decoder.convert = NULL;
b_type = (mpeg2dec->decoder.coding_type == B_TYPE);
mpeg2_init_fbuf (&(mpeg2dec->decoder), mpeg2dec->fbuf[0]->buf,
mpeg2dec->fbuf[b_type + 1]->buf,
More information about the MPlayer-cvslog
mailing list