Author: faust3 Date: Thu Jun 11 11:07:49 2009 New Revision: 4417 Log: use a generic description for wma_inverse_channel_transform
Modified: wmapro/wma3dec.c Modified: wmapro/wma3dec.c ============================================================================== --- wmapro/wma3dec.c Thu Jun 11 11:00:59 2009 (r4416) +++ wmapro/wma3dec.c Thu Jun 11 11:07:49 2009 (r4417) @@ -1004,7 +1004,7 @@ static int wma_decode_scale_factors(WMA3 } /** - *...@brief Decorrelate and undo M/S stereo coding. + *...@brief Reconstruct the individual channel data. *...@param s codec context */ static void wma_inverse_channel_transform(WMA3DecodeContext *s) _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
