[FFmpeg-soc] [soc]: r2541 - mlp/mlpdec.c

ramiro subversion at mplayerhq.hu
Sun Jun 22 15:58:18 CEST 2008


Author: ramiro
Date: Sun Jun 22 15:58:18 2008
New Revision: 2541

Log:
Doxygenize comment.

Modified:
   mlp/mlpdec.c

Modified: mlp/mlpdec.c
==============================================================================
--- mlp/mlpdec.c	(original)
+++ mlp/mlpdec.c	Sun Jun 22 15:58:18 2008
@@ -139,7 +139,7 @@ typedef struct MLPDecodeContext {
     int8_t      output_shift[MAX_SUBSTREAMS][MAX_CHANNELS];
 
     //@{
-    /* Filter data. Filter 0 is an FIR filter, filter 1 IIR. */
+    /** Filter data. Filter 0 is an FIR filter, filter 1 IIR. */
     //! Number of taps in filter
     uint8_t     filter_order[MAX_CHANNELS][2];
     //! Right shift to apply to output of filter



More information about the FFmpeg-soc mailing list