Commit d8a9c12b authored by banan's avatar banan

Update copyright and text

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13239 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ecc77697
/* /*
* Atrac 3 compatible decoder * Atrac 3 compatible decoder
* Copyright (c) 2006-2007 Maxim Poliakovski * Copyright (c) 2006-2008 Maxim Poliakovski
* Copyright (c) 2006-2007 Benjamin Larsson * Copyright (c) 2006-2008 Benjamin Larsson
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *
...@@ -23,12 +23,13 @@ ...@@ -23,12 +23,13 @@
/** /**
* @file atrac3.c * @file atrac3.c
* Atrac 3 compatible decoder. * Atrac 3 compatible decoder.
* This decoder handles RealNetworks, RealAudio atrc data. * This decoder handles Sony's ATRAC3 data.
* Atrac 3 is identified by the codec name atrc in RealMedia files. *
* Container formats used to store atrac 3 data:
* RealMedia (.rm), RIFF WAV (.wav, .at3), Sony OpenMG (.oma, .aa3).
* *
* To use this decoder, a calling application must supply the extradata * To use this decoder, a calling application must supply the extradata
* bytes provided from the RealMedia container: 10 bytes or 14 bytes * bytes provided in the containers above.
* from the WAV container.
*/ */
#include <math.h> #include <math.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment