comparison avcodec.h @ 3:1bdbd869c1f0 libavcodec

added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer)
author glantau
date Mon, 23 Jul 2001 20:58:31 +0000
parents 986e461dc072
children 08265a63313e
comparison
equal deleted inserted replaced
2:2e2c46c87460 3:1bdbd869c1f0
172 const AVPicture *pict); 172 const AVPicture *pict);
173 173
174 int avcodec_close(AVCodecContext *avctx); 174 int avcodec_close(AVCodecContext *avctx);
175 175
176 void avcodec_register_all(void); 176 void avcodec_register_all(void);
177 void avcodec_register_more(void);