diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-05 10:40:25 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-05 10:40:25 +0000 |
commit | e5a389a1b70a32a56aa83377e88bf718251aa8f0 (patch) | |
tree | 9015847fc14c1963360948533a006551e373d830 /libavcodec/svq3.c | |
parent | 7b94177e37c328490da96727a395a3aa90a402f3 (diff) | |
download | ffmpeg-e5a389a1b70a32a56aa83377e88bf718251aa8f0.tar.gz |
license header consistency cosmetics
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/svq3.c')
-rw-r--r-- | libavcodec/svq3.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index f08bb85f72..b463bc809d 100644 --- a/libavcodec/svq3.c +++ b/libavcodec/svq3.c @@ -16,8 +16,9 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - * + */ + +/* * How to use this decoder: * SVQ3 data is transported within Apple Quicktime files. Quicktime files * have stsd atoms to describe media trak properties. A stsd atom for a @@ -37,7 +38,6 @@ * You will know you have these parameters passed correctly when the decoder * correctly decodes this file: * ftp://ftp.mplayerhq.hu/MPlayer/samples/V-codecs/SVQ3/Vertical400kbit.sorenson3.mov - * */ /** |