]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Update copyright and text
authorbanan <banan@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 22 May 2008 19:42:02 +0000 (19:42 +0000)
committerbanan <banan@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 22 May 2008 19:42:02 +0000 (19:42 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13239 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/atrac3.c

index 02a465abd2a9d6ab3f70faca177540d5aca4cf77..6015ef6ab6edf7f2fcde200a17da16bb09f65cad 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Atrac 3 compatible decoder
- * Copyright (c) 2006-2007 Maxim Poliakovski
- * Copyright (c) 2006-2007 Benjamin Larsson
+ * Copyright (c) 2006-2008 Maxim Poliakovski
+ * Copyright (c) 2006-2008 Benjamin Larsson
  *
  * This file is part of FFmpeg.
  *
 /**
  * @file atrac3.c
  * Atrac 3 compatible decoder.
- * This decoder handles RealNetworks, RealAudio atrc data.
- * Atrac 3 is identified by the codec name atrc in RealMedia files.
+ * This decoder handles Sony's ATRAC3 data.
+ *
+ * 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
- * bytes provided from the RealMedia container: 10 bytes or 14 bytes
- * from the WAV container.
+ * bytes provided in the containers above.
  */
 
 #include <math.h>