[FFmpeg-cvslog] r18209 - trunk/libavcodec/mlpdec.c

ramiro subversion
Sat Mar 28 00:47:18 CET 2009


Author: ramiro
Date: Sat Mar 28 00:47:18 2009
New Revision: 18209

Log:
mlpdec: output_shift can be any value from -8 to 7.

Modified:
   trunk/libavcodec/mlpdec.c

Modified: trunk/libavcodec/mlpdec.c
==============================================================================
--- trunk/libavcodec/mlpdec.c	Sat Mar 28 00:45:52 2009	(r18208)
+++ trunk/libavcodec/mlpdec.c	Sat Mar 28 00:47:18 2009	(r18209)
@@ -628,7 +628,6 @@ static int read_decoding_params(MLPDecod
                 s->output_shift[ch] = get_sbits(gbp, 4);
                 dprintf(m->avctx, "output shift[%d] = %d\n",
                         ch, s->output_shift[ch]);
-                /* TODO: validate */
             }
 
     if (s->param_presence_flags & PARAM_QUANTSTEP)



More information about the ffmpeg-cvslog mailing list