summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-26 19:44:23 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-26 19:44:23 +0000
commit04c1f99a05a57a5b36f7a3935eb67cb1ef769a3b (patch)
tree6829a5dedc9a081ec22c57cb2477485c7435ee95 /stream
parent12dd88e67f7e5ab7538a92442eb2cb85312523da (diff)
downloadmpv-04c1f99a05a57a5b36f7a3935eb67cb1ef769a3b.tar.bz2
mpv-04c1f99a05a57a5b36f7a3935eb67cb1ef769a3b.tar.xz
(cosmetics) remove unnecessary ';'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24217 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/tvi_vbi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tvi_vbi.c b/stream/tvi_vbi.c
index 4c66d1bdef..24456a9809 100644
--- a/stream/tvi_vbi.c
+++ b/stream/tvi_vbi.c
@@ -321,7 +321,7 @@ static void init_vbi_consts(priv_vbi_t* priv){
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
}