mirror of https://github.com/mpv-player/mpv
sdl, encode_lavc: fix copyright headers
Some of them had changes in 2012; extend their header. Fix project name.
This commit is contained in:
parent
fd64003c2a
commit
6be50fa773
|
@ -1,9 +1,9 @@
|
|||
/*
|
||||
* audio encoding using libavformat
|
||||
* Copyright (C) 2011 Rudolf Polzer <divVerent@xonotic.org>
|
||||
* Copyright (C) 2011-2012 Rudolf Polzer <divVerent@xonotic.org>
|
||||
* NOTE: this file is partially based on ao_pcm.c by Atmosfear
|
||||
*
|
||||
* This file is part of MPlayer.
|
||||
* This file is part of mpv.
|
||||
*
|
||||
* MPlayer is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/*
|
||||
* SDL2 audio output
|
||||
* audio output driver for SDL 1.2+
|
||||
* Copyright (C) 2012 Rudolf Polzer <divVerent@xonotic.org>
|
||||
*
|
||||
* This file is part of MPlayer.
|
||||
* This file is part of mpv.
|
||||
*
|
||||
* MPlayer is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
/*
|
||||
* Raw video muxing using libavformat
|
||||
* muxing using libavformat
|
||||
* Copyright (C) 2010 Nicolas George <george@nsup.org>
|
||||
* Copyright (C) 2011 Rudolf Polzer <divVerent@xonotic.org>
|
||||
* Copyright (C) 2011-2012 Rudolf Polzer <divVerent@xonotic.org>
|
||||
*
|
||||
* This file is part of MPlayer.
|
||||
* This file is part of mpv.
|
||||
*
|
||||
* MPlayer is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
/*
|
||||
* This file is part of MPlayer.
|
||||
* muxing using libavformat
|
||||
* Copyright (C) 2011 Rudolf Polzer <divVerent@xonotic.org>
|
||||
*
|
||||
* This file is part of mpv.
|
||||
*
|
||||
* 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
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
/*
|
||||
* video encoding using libavformat
|
||||
* Copyright (C) 2010 Nicolas George <george@nsup.org>
|
||||
* Copyright (C) 2011 Rudolf Polzer <divVerent@xonotic.org>
|
||||
* Copyright (C) 2011-2012 Rudolf Polzer <divVerent@xonotic.org>
|
||||
*
|
||||
* This file is part of MPlayer.
|
||||
* This file is part of mpv.
|
||||
*
|
||||
* MPlayer is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
/*
|
||||
* video output driver for SDL2
|
||||
* video output driver for SDL 2.0+
|
||||
* Copyright (C) 2012 Rudolf Polzer <divVerent@xonotic.org>
|
||||
*
|
||||
* by divVerent <divVerent@xonotic.org>
|
||||
*
|
||||
* This file is part of MPlayer.
|
||||
* This file is part of mpv.
|
||||
*
|
||||
* MPlayer is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
Loading…
Reference in New Issue