diff options
author | Rocky Bernstein <rockyb@users.sourceforge.net> | 2005-01-02 02:51:38 +0000 |
---|---|---|
committer | Rocky Bernstein <rockyb@users.sourceforge.net> | 2005-01-02 02:51:38 +0000 |
commit | 5d0ada0c23f78b51eaefecc1e344bd2de1be0e38 (patch) | |
tree | dce2629acc00b92c1ac4ceb93d981a7d5e24a002 /src/input/vcd/vcdio.c | |
parent | 9785355192bfc9a1fbde9d76f56b57d94e2f90dc (diff) | |
download | xine-lib-5d0ada0c23f78b51eaefecc1e344bd2de1be0e38.tar.gz xine-lib-5d0ada0c23f78b51eaefecc1e344bd2de1be0e38.tar.bz2 |
Make sure deinterlace is off in a still frame.
Some more cleanups.
CVS patchset: 7317
CVS date: 2005/01/02 02:51:38
Diffstat (limited to 'src/input/vcd/vcdio.c')
-rw-r--r-- | src/input/vcd/vcdio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/vcd/vcdio.c b/src/input/vcd/vcdio.c index 7c5722cdb..b93b19796 100644 --- a/src/input/vcd/vcdio.c +++ b/src/input/vcd/vcdio.c @@ -1,5 +1,5 @@ /* - $Id: vcdio.c,v 1.4 2004/12/29 09:23:56 rockyb Exp $ + $Id: vcdio.c,v 1.5 2005/01/02 02:51:38 rockyb Exp $ Copyright (C) 2002, 2003, 2004 Rocky Bernstein <rocky@panix.com> @@ -113,6 +113,7 @@ vcdio_open(vcdplayer_t *p_vcdplayer, char *intended_vcd_device) p_vcdplayer->psz_source = strdup(intended_vcd_device); p_vcdplayer->opened = true; p_vcdplayer->i_lids = vcdinfo_get_num_LIDs(p_vcdinfo); + p_vcdplayer->i_still = 0; if (vcdinfo_read_psd (p_vcdinfo)) { |