diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-02-18 13:15:46 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-02-18 13:15:46 +0000 |
commit | f74f49ff130e177f1ec845f5b94d412a92e42870 (patch) | |
tree | 42a84c14b5a9492002a8933116019ef255f2edc6 | |
parent | 7ebb4c786d4a36878dba6da06d4fd81bc4db5d07 (diff) | |
download | xine-lib-f74f49ff130e177f1ec845f5b94d412a92e42870.tar.gz xine-lib-f74f49ff130e177f1ec845f5b94d412a92e42870.tar.bz2 |
what is that? (fix compilation breakage)
CVS patchset: 4193
CVS date: 2003/02/18 13:15:46
-rw-r--r-- | src/dxr3/dxr3_decode_video.c | 6 |
1 files 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 } |