diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-09-14 12:59:27 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-09-14 12:59:27 +0000 |
commit | 2a2dee709978fe08582e6f647d89a4a2709e0713 (patch) | |
tree | 57becc14a042a8430afc0012549d21dda6bc8e8f /src/post/visualizations/fftgraph.c | |
parent | 03d951ea8e6ac26130e7bcf03cfaab8dd3eda9c8 (diff) | |
download | xine-lib-2a2dee709978fe08582e6f647d89a4a2709e0713.tar.gz xine-lib-2a2dee709978fe08582e6f647d89a4a2709e0713.tar.bz2 |
2 forgotten printf
CVS patchset: 5375
CVS date: 2003/09/14 12:59:27
Diffstat (limited to 'src/post/visualizations/fftgraph.c')
-rw-r--r-- | src/post/visualizations/fftgraph.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/visualizations/fftgraph.c b/src/post/visualizations/fftgraph.c index c9e92cb12..96d3f758d 100644 --- a/src/post/visualizations/fftgraph.c +++ b/src/post/visualizations/fftgraph.c @@ -20,7 +20,7 @@ * FftGraph Visualization Post Plugin For xine * by Thibaut Mattern (tmattern@noos.fr) * - * $Id: fftgraph.c,v 1.1 2003/09/14 12:30:36 tmattern Exp $ + * $Id: fftgraph.c,v 1.2 2003/09/14 12:59:27 tmattern Exp $ * */ @@ -246,7 +246,7 @@ static int fftgraph_port_open(xine_audio_port_t *port_gen, xine_stream_t *stream uint32_t *color_ptr; uint32_t last_color, yuy2_black; - printf("fftgraph_port_open, port_gen=%p, stream=%p, this=%p\n", port_gen, stream, this); + /* printf("fftgraph_port_open, port_gen=%p, stream=%p, this=%p\n", port_gen, stream, this); */ this->ratio = (double)FFTGRAPH_WIDTH / (double)FFTGRAPH_HEIGHT; |