From 40a450c69b574299d2bd57ac84709ec56d2c8904 Mon Sep 17 00:00:00 2001 From: gpoirier Date: Mon, 24 Nov 2008 13:34:31 +0000 Subject: [PATCH] Use doxygen-style comments in file header. Remove tabs usage. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28024 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_quartz.c | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/libvo/vo_quartz.c b/libvo/vo_quartz.c index 3fec4194ff..16dc533500 100644 --- a/libvo/vo_quartz.c +++ b/libvo/vo_quartz.c @@ -1,19 +1,17 @@ -/* - vo_quartz.c +/** + \author Nicolas Plourde - by Nicolas Plourde + Copyright (c) Nicolas Plourde - April 2004 - Copyright (c) Nicolas Plourde - April 2004 + YUV support Copyright (C) 2004 Romain Dolbeau - YUV support Copyright (C) 2004 Romain Dolbeau + \brief MPlayer Mac OSX Quartz video out module. - MPlayer Mac OSX Quartz video out module. - - todo: -screen overlay output - -fit osd in black bar when available - -fix RGB32 - -(add sugestion here) - */ + \todo: -screen overlay output + -fit osd in black bar when available + -fix RGB32 + -(add sugestion here) +*/ //SYS #include