summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dxr3/dxr3_decode_video.c4
-rw-r--r--src/dxr3/video_out_dxr3.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/dxr3/dxr3_decode_video.c b/src/dxr3/dxr3_decode_video.c
index 3d8121fd9..874738bdd 100644
--- a/src/dxr3/dxr3_decode_video.c
+++ b/src/dxr3/dxr3_decode_video.c
@@ -17,7 +17,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: dxr3_decode_video.c,v 1.28 2003/01/13 18:09:58 mroi Exp $
+ * $Id: dxr3_decode_video.c,v 1.29 2003/02/18 12:58:44 mroi Exp $
*/
/* dxr3 video decoder plugin.
@@ -44,7 +44,7 @@
#include "video_out_dxr3.h"
#include "dxr3.h"
-#define LOG_VID 1
+#define LOG_VID 0
#define LOG_PTS 0
/* the number of frames to pass after an out-of-sync situation
diff --git a/src/dxr3/video_out_dxr3.c b/src/dxr3/video_out_dxr3.c
index d92560a2b..97c6c69dd 100644
--- a/src/dxr3/video_out_dxr3.c
+++ b/src/dxr3/video_out_dxr3.c
@@ -17,7 +17,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: video_out_dxr3.c,v 1.72 2003/02/13 14:32:17 mroi Exp $
+ * $Id: video_out_dxr3.c,v 1.73 2003/02/18 12:58:44 mroi Exp $
*/
/* mpeg1 encoding video out plugin for the dxr3.
@@ -62,7 +62,7 @@
#include "dxr3.h"
#include "video_out_dxr3.h"
-#define LOG_VID 1
+#define LOG_VID 0
#define LOG_OVR 0