[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.73,1.74
David Holm
mswitch at mplayer.dev.hu
Mon Mar 25 06:13:22 CET 2002
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv747/libvo
Modified Files:
vo_dxr3.c
Log Message:
Bugfix by XorA
Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- vo_dxr3.c 24 Mar 2002 18:01:08 -0000 1.73
+++ vo_dxr3.c 25 Mar 2002 05:13:19 -0000 1.74
@@ -6,6 +6,9 @@
*/
/* ChangeLog added 2002-01-10
+ * 2002-03-25:
+ * A couple of bugfixes by XorA
+ *
* 2002-03-23:
* Thanks to Marcel Hild <hild at b4mad.net> the jitter-bug experienced
* with some videos have been fixed, many thanks goes to him.
@@ -345,7 +348,7 @@
return -1;
}
avc_context = malloc(sizeof(AVCodecContext));
- memset(avc_context, 0, sizeof(avc_context));
+ memset(avc_context, 0, sizeof(AVCodecContext));
avc_context->width = s_width;
avc_context->height = s_height;
ioctl(fd_control, EM8300_IOCTL_GET_VIDEOMODE, &ioval);
More information about the MPlayer-cvslog
mailing list