1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-25 04:38:01 +00:00

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
This commit is contained in:
reimar 2005-07-23 18:07:08 +00:00
parent 1448588cab
commit 1283da1d04
2 changed files with 8 additions and 0 deletions

View File

@ -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>

View File

@ -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"