diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-03-07 13:45:48 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-03-07 13:45:48 +0000 |
commit | 1e94c915a2a6949b641c0650cd56d1dc7478dd3d (patch) | |
tree | 4307f2372815de3dfc35a0cd34c1daea1fb0e192 /libvo/vo_macosx.m | |
parent | 062f66bbcaa4ae449aec5068f0fc67d0ced04654 (diff) |
cosmetics: Reformat file header.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28871 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_macosx.m')
-rw-r--r-- | libvo/vo_macosx.m | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/libvo/vo_macosx.m b/libvo/vo_macosx.m index 1cd1d43b76..040ae19097 100644 --- a/libvo/vo_macosx.m +++ b/libvo/vo_macosx.m @@ -1,4 +1,7 @@ /* + * Mac OS X video output driver + * Copyright (c) 2005 Nicolas Plourde <nicolasplourde@gmail.com> + * * This file is part of MPlayer. * * MPlayer is free software; you can redistribute it and/or modify @@ -16,14 +19,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -/* - vo_macosx.m - by Nicolas Plourde <nicolasplourde@gmail.com> - - MPlayer Mac OSX video out module. - Copyright (c) Nicolas Plourde - 2005 -*/ - #import "vo_macosx.h" #include <sys/types.h> #include <sys/ipc.h> |