[FFmpeg-soc] [soc]: r2624 - aac/aac.c

superdump subversion at mplayerhq.hu
Tue Jul 1 14:47:12 CEST 2008


Author: superdump
Date: Tue Jul  1 14:47:12 2008
New Revision: 2624

Log:
Make function doxygen comment style consistent with others


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Tue Jul  1 14:47:12 2008
@@ -1563,7 +1563,8 @@ static int dynamic_range_info(AACContext
     return n;
 }
 
-/** Parse extension data (incomplete).
+/**
+ * Parse extension data (incomplete).
  */
 static int extension_payload(AACContext * ac, GetBitContext * gb, int cnt) {
     int i = 0;



More information about the FFmpeg-soc mailing list