summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_none.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-03-04 10:30:27 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-03-04 10:30:27 +0000
commit1ea159173c1121cc04ded477383edc6a4a07f462 (patch)
tree2e3c6fa58b568a439ea69adaa7970b2bb7669246 /src/video_out/video_out_none.c
parent2c22d49ec05086005a721ba1afad0d5a81413734 (diff)
downloadxine-lib-1ea159173c1121cc04ded477383edc6a4a07f462.tar.gz
xine-lib-1ea159173c1121cc04ded477383edc6a4a07f462.tar.bz2
fix compiler warnings at least in xine's native code
CVS patchset: 4330 CVS date: 2003/03/04 10:30:27
Diffstat (limited to 'src/video_out/video_out_none.c')
-rw-r--r--src/video_out/video_out_none.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video_out/video_out_none.c b/src/video_out/video_out_none.c
index e85c5aaa3..c94c0e8e3 100644
--- a/src/video_out/video_out_none.c
+++ b/src/video_out/video_out_none.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: video_out_none.c,v 1.12 2003/02/19 13:41:07 esnel Exp $
+ * $Id: video_out_none.c,v 1.13 2003/03/04 10:30:29 mroi Exp $
*
* Was originally part of toxine frontend.
* ...but has now been adapted to xine coding style standards ;)
@@ -111,7 +111,6 @@ static void none_update_frame_format(vo_driver_t *vo_driver, vo_frame_t *vo_fram
uint32_t width, uint32_t height,
int ratio_code, int format, int flags) {
none_frame_t *frame = (none_frame_t *)vo_frame;
- uint32_t frame_size = (width * height);
if((frame->width != width) || (frame->height != height) || (frame->format != format)) {