# HG changeset patch # User gpoirier # Date 1227533671 0 # Node ID a5755165051a86e7ff096135ad1cff0d9274a26e # Parent 672f98720463e7c1fc671bd7b1025bf226ba8720 Use doxygen-style comments in file header. Remove tabs usage. diff -r 672f98720463 -r a5755165051a libvo/vo_quartz.c --- a/libvo/vo_quartz.c Mon Nov 24 13:28:56 2008 +0000 +++ b/libvo/vo_quartz.c Mon Nov 24 13:34:31 2008 +0000 @@ -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 - - MPlayer Mac OSX Quartz video out module. + \brief 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