[MPlayer-cvslog] r24217 - trunk/stream/tvi_vbi.c
voroshil
subversion at mplayerhq.hu
Sun Aug 26 21:44:23 CEST 2007
Author: voroshil
Date: Sun Aug 26 21:44:23 2007
New Revision: 24217
Log:
(cosmetics) remove unnecessary ';'
Modified:
trunk/stream/tvi_vbi.c
Modified: trunk/stream/tvi_vbi.c
==============================================================================
--- trunk/stream/tvi_vbi.c (original)
+++ trunk/stream/tvi_vbi.c Sun Aug 26 21:44:23 2007
@@ -321,7 +321,7 @@ static void init_vbi_consts(priv_vbi_t*
if (priv->eoc - priv->soc<16*priv->bpb/ONE_FIXP){ // invalid [soc:eoc]
priv->soc=0;
priv->eoc=92;
- };
+ }
priv->bp8bl=0.97*8*priv->bpb/ONE_FIXP; // -3% tolerance
priv->bp8bh=1.03*8*priv->bpb/ONE_FIXP; // +3% tolerance
}
More information about the MPlayer-cvslog
mailing list