diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2002-11-10 20:48:30 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2002-11-10 20:48:30 +0000 |
commit | 498c20d8afd8a2628d0b33e6aa55dcd6fd1dd23c (patch) | |
tree | c8bc0503896f1af6369a6b94e9aa5fc46aacf77e /src | |
parent | f666befbbf1316d10dce2f00daa921eea604968b (diff) | |
download | xine-lib-498c20d8afd8a2628d0b33e6aa55dcd6fd1dd23c.tar.gz xine-lib-498c20d8afd8a2628d0b33e6aa55dcd6fd1dd23c.tar.bz2 |
We are not borrowing code. Unnecessary comment from when I was debatig how to do
yuv12 support.
CVS patchset: 3224
CVS date: 2002/11/10 20:48:30
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-utils/xine_check.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/xine-utils/xine_check.c b/src/xine-utils/xine_check.c index 1052bb48d..3f86fe2b8 100644 --- a/src/xine-utils/xine_check.c +++ b/src/xine-utils/xine_check.c @@ -398,12 +398,6 @@ xine_health_check_xv (xine_health_check_t* hc) { #endif /* ! HAVE_X11 */ } -/* ---------------------------------------------------- * - * --- Borrowed Code from: XV TestCard program, --- * - * --- by Alastair M. Robinson --- * - * --- based on code by AW --- * - * ---------------------------------------------------- */ - #else /* !__linux__ */ xine_health_check_t* xine_health_check (xine_health_check_t* hc, int check_num) |