diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2002-12-29 17:36:34 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2002-12-29 17:36:34 +0000 |
commit | 9f393f8c408d714075d38c4c6ba75aece8534f38 (patch) | |
tree | a4d3d0d69035c30c227f42c841404a28efc67ffd | |
parent | ea1d4fe2b6f880dbf1b547ffb43652acb903c857 (diff) | |
download | xine-lib-9f393f8c408d714075d38c4c6ba75aece8534f38.tar.gz xine-lib-9f393f8c408d714075d38c4c6ba75aece8534f38.tar.bz2 |
Oups, removes c++ comment.
Revert FPS change.
CVS patchset: 3722
CVS date: 2002/12/29 17:36:34
-rw-r--r-- | src/post/goom/xine_goom.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/post/goom/xine_goom.c b/src/post/goom/xine_goom.c index 441bc21ba..2ffd92ad3 100644 --- a/src/post/goom/xine_goom.c +++ b/src/post/goom/xine_goom.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: xine_goom.c,v 1.6 2002/12/29 16:57:08 tmattern Exp $ + * $Id: xine_goom.c,v 1.7 2002/12/29 17:36:34 tmattern Exp $ * * GOOM post plugin. * @@ -34,7 +34,7 @@ #include "goom_core.h" -#define FPS 25 +#define FPS 15 #define DURATION 90000/FPS #define GOOM_WIDTH 320 @@ -301,7 +301,7 @@ static void goom_port_put_buffer (xine_audio_port_t *port_gen, post_audio_port_t *port = (post_audio_port_t *)port_gen; post_plugin_goom_t *this = (post_plugin_goom_t *)port->post; vo_frame_t *frame; -// uint32_t *goom_frame; + /* uint32_t *goom_frame; */ uint8_t *goom_frame, *goom_frame_end; int16_t *data; int8_t *data8; |