Mercurial > mplayer.hg
changeset 16074:f482bbb5fad9
Allow the ffmpeg people to use this code if they want.
author | reimar |
---|---|
date | Sat, 23 Jul 2005 18:07:08 +0000 |
parents | 8e6f205c6e22 |
children | f2fa3f06291e |
files | libmpcodecs/ad_mpc.c libmpdemux/demux_mpc.c |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/ad_mpc.c Sat Jul 23 17:10:38 2005 +0000 +++ b/libmpcodecs/ad_mpc.c Sat Jul 23 18:07:08 2005 +0000 @@ -3,6 +3,8 @@ * by Reza Jelveh <reza.jelveh@tuhh.de> and * Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de> * License: GPL + * This code may be be relicensed under the terms of the GNU LGPL when it + * becomes part of the ffmpeg project (ffmpeg.sourceforge.net) */ #include <stdio.h>
--- a/libmpdemux/demux_mpc.c Sat Jul 23 17:10:38 2005 +0000 +++ b/libmpdemux/demux_mpc.c Sat Jul 23 18:07:08 2005 +0000 @@ -1,3 +1,9 @@ +/** + * Demuxer for Musepack v7 bitstream + * by Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de> + * This code may be be relicensed under the terms of the GNU LGPL when it + * becomes part of the ffmpeg project (ffmpeg.sourceforge.net) + */ #include "config.h"