bwolowiec wrote: > Author: bwolowiec > Date: Sun Aug 12 17:03:07 2007 > New Revision: 722 > > Log: > removal of redundant variables, clearing the code > > @@ -1213,8 +1181,6 @@ int ff_eac3_parse_audblk(GetBitContext * > // TODO hmm... :) > s->bit_alloc_params.fscod = s->fscod; > s->bit_alloc_params.halfratecod = 0; // TODO
While you're cleaning stuff up, you can remove the TODO on halfratecod. It only applies to Realaudio DolbyNet, which is mutually exclusive with E-AC3. _______________________________________________ FFmpeg-soc mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
