Hi On Mon, Aug 20, 2007 at 05:52:55PM +0200, bwolowiec wrote: > Author: bwolowiec > Date: Mon Aug 20 17:52:55 2007 > New Revision: 1062 > > Log: > improving communicates about errors > > > Modified: > eac3/eac3dec.c > > Modified: eac3/eac3dec.c > ============================================================================== > --- eac3/eac3dec.c (original) > +++ eac3/eac3dec.c Mon Aug 20 17:52:55 2007 > @@ -38,16 +38,21 @@ static void dct_transform_coeffs_ch(EAC3 > static void get_eac3_transform_coeffs_ch(GetBitContext *gbc, EAC3Context *s, > int blk, > int ch, mant_groups *m); > static void uncouple_channels(EAC3Context *s); > +static void log_missing_feature(AVCodecContext *avctx, const char *log); >
instead of that you could put the function itself here [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No snowflake in an avalanche ever feels responsible. -- Voltaire
signature.asc
Description: Digital signature
_______________________________________________ FFmpeg-soc mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
