diff options
author | Thomas Hellström <totte67@users.sourceforge.net> | 2005-04-09 11:47:27 +0000 |
---|---|---|
committer | Thomas Hellström <totte67@users.sourceforge.net> | 2005-04-09 11:47:27 +0000 |
commit | c1c082b44c4c97e0f4dc4909161fa8a472daa2e6 (patch) | |
tree | 11f96522b4ac918a0e8afb30b3a9c774a2e707ff /src/video_out/xxmc.h | |
parent | 0cedd36dbc90961847cde63bbbe378874a14162f (diff) | |
download | xine-lib-c1c082b44c4c97e0f4dc4909161fa8a472daa2e6.tar.gz xine-lib-c1c082b44c4c97e0f4dc4909161fa8a472daa2e6.tar.bz2 |
Experimental bob deinterlacing support for the xxmc module.
Updated xxmc readme.
CVS patchset: 7451
CVS date: 2005/04/09 11:47:27
Diffstat (limited to 'src/video_out/xxmc.h')
-rw-r--r-- | src/video_out/xxmc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/video_out/xxmc.h b/src/video_out/xxmc.h index 645fd9269..27103dea7 100644 --- a/src/video_out/xxmc.h +++ b/src/video_out/xxmc.h @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xxmc.h,v 1.6 2004/11/24 16:11:10 mroi Exp $ + * $Id: xxmc.h,v 1.7 2005/04/09 11:47:43 totte67 Exp $ * * video_out_xxmc.c, X11 decoding accelerated video extension interface for xine * @@ -204,6 +204,8 @@ struct xxmc_driver_s { uint32_t capabilities; xxmc_frame_t *recent_frames[VO_NUM_RECENT_FRAMES]; xxmc_frame_t *cur_frame; + int cur_field; + int bob; x11osd *xoverlay; int xv_xoverlay_type; int xoverlay_type; |