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

ramiro subversion at mplayerhq.hu
Fri May 30 17:02:51 CEST 2008


Author: ramiro
Date: Fri May 30 17:02:51 2008
New Revision: 2275

Log:
Fix Doxygen comment.

Modified:
   mlp/mlpdec.c

Modified: mlp/mlpdec.c
==============================================================================
--- mlp/mlpdec.c	(original)
+++ mlp/mlpdec.c	Fri May 30 17:02:51 2008
@@ -98,7 +98,7 @@ typedef struct MLPDecodeContext {
     //! The number of channels input into the rematrix stage
     uint8_t     max_matrix_channel[MAX_SUBSTREAMS];
 
-    //| The left shift applied to random noise in 0x31ea substreams
+    //! The left shift applied to random noise in 0x31ea substreams
     uint8_t     noise_shift[MAX_SUBSTREAMS];
     //! The current seed value for the pseudorandom noise generator(s)
     uint32_t    noisegen_seed[MAX_SUBSTREAMS];



More information about the FFmpeg-soc mailing list