Update of /cvsroot/artoolkit/artoolkit/include/AR
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv23048
Modified Files:
config.h.in
Log Message:
Fix for bugs when using PAL in videoLinuxDV as reported at http://www.hitlabnz.org/forum/showthread.php?t=412.
Index: config.h.in
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/include/AR/config.h.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** config.h.in 15 Sep 2006 03:55:22 -0000 1.10
--- config.h.in 27 Sep 2006 21:47:46 -0000 1.11
***************
*** 118,124 ****
# ifdef AR_INPUT_DV
! # define VIDEO_MODE_PAL 0
! # define VIDEO_MODE_NTSC 1
! # define DEFAULT_VIDEO_MODE VIDEO_MODE_NTSC
# endif
--- 118,122 ----
# ifdef AR_INPUT_DV
! /* Defines all moved into video.c now - they are not used anywhere else */
# endif
|