[MPlayer-cvslog] CVS: main/libmpcodecs vd_realvid.c,1.28,1.29
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sun Jan 9 18:38:14 CET 2005
- Previous message: [MPlayer-cvslog] CVS: main/libaf af.c, 1.39, 1.40 af.h, 1.22, 1.23 af_channels.c, 1.12, 1.13 af_format.c, 1.23, 1.24 af_lavcresample.c, 1.7, 1.8 af_pan.c, 1.5, 1.6 af_resample.c, 1.23, 1.24
- Next message: [MPlayer-cvslog] CVS: main cfg-mplayer.h,1.238,1.239
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv20001
Modified Files:
vd_realvid.c
Log Message:
100l, set inited to 0 in uninit, otherwise only first file will play video.
Index: vd_realvid.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_realvid.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- vd_realvid.c 3 Nov 2004 02:50:01 -0000 1.28
+++ vd_realvid.c 9 Jan 2005 17:38:12 -0000 1.29
@@ -287,6 +287,7 @@
if(rv_handle) dlclose(rv_handle);
#endif
rv_handle=NULL;
+ inited = 0;
}
// copypaste from demux_real.c - it should match to get it working!
- Previous message: [MPlayer-cvslog] CVS: main/libaf af.c, 1.39, 1.40 af.h, 1.22, 1.23 af_channels.c, 1.12, 1.13 af_format.c, 1.23, 1.24 af_lavcresample.c, 1.7, 1.8 af_pan.c, 1.5, 1.6 af_resample.c, 1.23, 1.24
- Next message: [MPlayer-cvslog] CVS: main cfg-mplayer.h,1.238,1.239
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list