[SCM] libav/experimental: Update copyright and text

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:21:00 UTC 2013


The following commit has been merged in the experimental branch:
commit d311f8f3e3425369bc98574c11677ab6755d2f69
Author: Benjamin Larsson <banan at ludd.ltu.se>
Date:   Thu May 22 19:42:02 2008 +0000

    Update copyright and text
    
    Originally committed as revision 13239 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/atrac3.c b/libavcodec/atrac3.c
index 02a465a..6015ef6 100644
--- a/libavcodec/atrac3.c
+++ b/libavcodec/atrac3.c
@@ -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.
  *
@@ -23,12 +23,13 @@
 /**
  * @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>

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list