diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-23 18:07:08 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-23 18:07:08 +0000 |
commit | 1283da1d0445e8a60a4c7b4d02d894815c120b1d (patch) | |
tree | fbff141005365326ba6f2a846aac414539c5e8cf | |
parent | 1448588cabd885322079f9df42f0c7f7eb98fbfa (diff) |
Allow the ffmpeg people to use this code if they want.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16075 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libmpcodecs/ad_mpc.c | 2 | ||||
-rw-r--r-- | libmpdemux/demux_mpc.c | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libmpcodecs/ad_mpc.c b/libmpcodecs/ad_mpc.c index 0e03390e7c..a57813392e 100644 --- a/libmpcodecs/ad_mpc.c +++ b/libmpcodecs/ad_mpc.c @@ -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> diff --git a/libmpdemux/demux_mpc.c b/libmpdemux/demux_mpc.c index b422073841..93c24100ca 100644 --- a/libmpdemux/demux_mpc.c +++ b/libmpdemux/demux_mpc.c @@ -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" |