[FFmpeg-soc] [soc]: r3223 - nellyenc/nellymoserenc.c

bwolowiec subversion at mplayerhq.hu
Wed Aug 13 21:01:20 CEST 2008


Author: bwolowiec
Date: Wed Aug 13 21:01:20 2008
New Revision: 3223

Log:
add some information about source


Modified:
   nellyenc/nellymoserenc.c

Modified: nellyenc/nellymoserenc.c
==============================================================================
--- nellyenc/nellymoserenc.c	(original)
+++ nellyenc/nellymoserenc.c	Wed Aug 13 21:01:20 2008
@@ -20,6 +20,20 @@
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
+
+/**
+ * @file nellymoserenc.c
+ * Nellymoser encoder
+ * by Bartlomiej Wolowiec
+ *
+ * Generic codec information: libavcodec/nellymoserdec.c
+ * Log search algorithm idea: http://www1.mplayerhq.hu/ASAO/ASAO.zip
+ * (Copyright Joseph Artsimovich and UAB "DKD")
+ *
+ * for more information about nellymoser format, visit:
+ * http://wiki.multimedia.cx/index.php?title=Nellymoser
+ */
+
 #include "nellymoser.h"
 #include "avcodec.h"
 #include "dsputil.h"



More information about the FFmpeg-soc mailing list