[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.16,1.17
David Holm
mswitch at mplayer.dev.hu
Wed Dec 19 15:28:46 CET 2001
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv6166/libvo
Modified Files:
vo_dxr3.c
Log Message:
Fix glitchy mpeg playback
Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- vo_dxr3.c 10 Dec 2001 14:41:44 -0000 1.16
+++ vo_dxr3.c 19 Dec 2001 14:28:42 -0000 1.17
@@ -251,7 +251,7 @@
return 0;
}
- printf( "VO: [dxr3] Format: Unsuppomp1ed\n" );
+ printf( "VO: [dxr3] Format: Unsupported\n" );
return -1;
}
@@ -416,7 +416,7 @@
static uint32_t
query_format(uint32_t format)
{
- if(format==IMGFMT_MPEGPES) return 0x2|0x4;
+ if(format==IMGFMT_MPEGPES) return 1|256;
#ifdef USE_MP1E
if(format==IMGFMT_YV12) return 0x1|0x4;
if(format==IMGFMT_YUY2) return 0x1|0x4;
More information about the MPlayer-cvslog
mailing list