mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
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
This commit is contained in:
parent
45b0d94b60
commit
40a450c69b
@ -1,19 +1,17 @@
|
||||
/*
|
||||
vo_quartz.c
|
||||
/**
|
||||
\author Nicolas Plourde <nicolasplourde@gmail.com>
|
||||
|
||||
by Nicolas Plourde <nicolasplourde@gmail.com>
|
||||
Copyright (c) Nicolas Plourde - April 2004
|
||||
|
||||
Copyright (c) Nicolas Plourde - April 2004
|
||||
YUV support Copyright (C) 2004 Romain Dolbeau <romain@dolbeau.org>
|
||||
|
||||
YUV support Copyright (C) 2004 Romain Dolbeau <romain@dolbeau.org>
|
||||
\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 <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user