[MPlayer-dev-eng] [PATCH] forgotten printf in libmpcodecs/vd_libmpeg2.c
Pierre Lombard
p_l at gmx.fr
Sat Apr 19 14:41:57 CEST 2003
Hi,
The ultraverbose display bug hits when playing a svcd.
Fyi, another printf is later in libmpcodecs/vd_libmpeg2.c, maybe it
should be replaced by a mp_msg().
--
Best regards,
Pierre
-------------- next part --------------
Index: libmpcodecs/vd_libmpeg2.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_libmpeg2.c,v
retrieving revision 1.21
diff -u -r1.21 vd_libmpeg2.c
--- libmpcodecs/vd_libmpeg2.c 18 Apr 2003 13:18:59 -0000 1.21
+++ libmpcodecs/vd_libmpeg2.c 19 Apr 2003 12:56:32 -0000
@@ -76,7 +76,7 @@
const mpeg2_info_t * info = mpeg2_info (mpeg2dec);
int stride[3];
- printf("draw_slice() y=%d \n",y);
+// printf("draw_slice() y=%d \n",y);
stride[0]=mpeg2dec->decoder.stride;
stride[1]=stride[2]=mpeg2dec->decoder.uv_stride;
More information about the MPlayer-dev-eng
mailing list