diff options
author | deva <deva> | 2005-04-12 12:34:47 +0000 |
---|---|---|
committer | deva <deva> | 2005-04-12 12:34:47 +0000 |
commit | 8bb66b01594b5201af3e3afbe28238076e809b50 (patch) | |
tree | d4d969b1bf2e2320e69ff4aed2a50825a5721baf | |
parent | 58f1ff9053fcbdbb65bfcd5e6815ec7417c3cd2e (diff) |
Added
-rw-r--r-- | src/debug.h | 29 | ||||
-rw-r--r-- | src/player.cc | 1 |
2 files changed, 30 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h new file mode 100644 index 0000000..4940393 --- /dev/null +++ b/src/debug.h @@ -0,0 +1,29 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +/*************************************************************************** + * debug.h + * + * Tue Apr 12 14:34:20 CEST 2005 + * Copyright 2005 Bent Bisballe + * deva@aasimon.org + ****************************************************************************/ + +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Library General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +#include <config.h> +#ifndef __MIAV_DEBUG_H__ +#define __MIAV_DEBUG_H__ +#endif/*__MIAV_DEBUG_H__*/ diff --git a/src/player.cc b/src/player.cc index db5b108..dcce6b7 100644 --- a/src/player.cc +++ b/src/player.cc @@ -135,6 +135,7 @@ void Player::player() overlay->pixels = pict.data; SDL_UnlockYUVOverlay(overlay); SDL_DisplayYUVOverlay(overlay, &rect); + delete f; break; case SDL_QUIT: |