1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-14 02:51:26 +00:00

10l: Revert license header cleanup on imported files.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26776 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-14 18:11:45 +00:00
parent b10c35e0ed
commit 0c6e4c6dbd
2 changed files with 32 additions and 33 deletions

View File

@ -1,26 +1,25 @@
/*
* functions for reading and writing "new" YUV4MPEG streams
* yuv4mpeg.c: Functions for reading and writing "new" YUV4MPEG streams
*
* Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com>
* Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com>
*
* This file is ripped from the lavtools package (mjpeg.sourceforge.net)
* Ported to mplayer by Rik Snel <rsnel@cube.dyndns.org>
* This file is ripped from the lavtools package (mjpeg.sourceforge.net)
* Ported to mplayer by Rik Snel <rsnel@cube.dyndns.org>
*
* This file is part of MPlayer.
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* MPlayer is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* MPlayer is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* You should have received a copy of the GNU General Public License along
* with MPlayer; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"

View File

@ -1,27 +1,27 @@
/*
* functions for reading and writing "new" YUV4MPEG2 streams
* Stream format is described at the end of this file.
* yuv4mpeg.h: Functions for reading and writing "new" YUV4MPEG2 streams.
*
* Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com>
* Stream format is described at the end of this file.
*
* This file is ripped from the lavtools package (mjpeg.sourceforge.net)
* Ported to mplayer by Rik Snel <rsnel@cube.dyndns.org>
*
* This file is part of MPlayer.
* Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com>
*
* MPlayer is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* This file is ripped from the lavtools package (mjpeg.sourceforge.net)
* Ported to mplayer by Rik Snel <rsnel@cube.dyndns.org>
*
* MPlayer is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* You should have received a copy of the GNU General Public License along
* with MPlayer; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef MPLAYER_YUV4MPEG_H