[FFmpeg-soc] [soc]: r2302 - eac3/ac3dec.h
jbr
subversion at mplayerhq.hu
Sun Jun 1 20:32:23 CEST 2008
Author: jbr
Date: Sun Jun 1 20:32:22 2008
New Revision: 2302
Log:
remove comment. declaring the E-AC-3 functions in ac3dec.h seems like an okay solution.
Modified:
eac3/ac3dec.h
Modified: eac3/ac3dec.h
==============================================================================
--- eac3/ac3dec.h (original)
+++ eac3/ac3dec.h Sun Jun 1 20:32:22 2008
@@ -217,7 +217,6 @@ typedef struct AC3DecodeContext {
///@}
} AC3DecodeContext;
-/* TEMPORARY SOLUTION */
int ff_eac3_parse_header(AC3DecodeContext *s);
void ff_eac3_get_transform_coeffs_aht_ch(AC3DecodeContext *s, int ch);
void ff_eac3_idct_transform_coeffs_ch(AC3DecodeContext *s, int ch, int blk);
More information about the FFmpeg-soc
mailing list