From f74f49ff130e177f1ec845f5b94d412a92e42870 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Tue, 18 Feb 2003 13:15:46 +0000 Subject: what is that? (fix compilation breakage) CVS patchset: 4193 CVS date: 2003/02/18 13:15:46 --- src/dxr3/dxr3_decode_video.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/dxr3/dxr3_decode_video.c b/src/dxr3/dxr3_decode_video.c index 874738bdd..fc9fa95f1 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.29 2003/02/18 12:58:44 mroi Exp $ + * $Id: dxr3_decode_video.c,v 1.30 2003/02/18 13:15:46 mroi Exp $ */ /* dxr3 video decoder plugin. @@ -486,12 +486,10 @@ static void dxr3_decode_data(video_decoder_t *this_gen, buf_element_t *buf) this->scr->scr_plugin.start(&this->scr->scr_plugin, time); this->class->clock->register_scr( this->class->clock, &this->scr->scr_plugin); - if (this->class->clock->scr_master == &this->scr->scr_plugin) #if LOG_VID + if (this->class->clock->scr_master == &this->scr->scr_plugin) printf("dxr3_decode_video: dxr3_scr plugin is master\n"); -#endif else -#if LOG_VID printf("dxr3_decode_video: dxr3scr plugin is NOT master\n"); #endif } -- cgit v1.2.3