changeset 9265:9d04c011f3dd libavcodec

mlpdec: output_shift can be any value from -8 to 7.
author ramiro
date Fri, 27 Mar 2009 23:47:18 +0000
parents 230dac9ec1d4
children 129bdb41e856
files mlpdec.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mlpdec.c	Fri Mar 27 23:45:52 2009 +0000
+++ b/mlpdec.c	Fri Mar 27 23:47:18 2009 +0000
@@ -628,7 +628,6 @@
                 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)