comparison avcodec.h @ 8751:303929f52007 libavcodec

Replace the calls to the deprecated function register_avcodec() with corresponding calls to avcodec_register().
author stefano
date Fri, 06 Feb 2009 23:50:54 +0000
parents 2528b6a2b5d3
children 7fd1422a8703
comparison
equal deleted inserted replaced
8750:2528b6a2b5d3 8751:303929f52007
2877 * Register all the codecs, parsers and bitstream filters which were enabled at 2877 * Register all the codecs, parsers and bitstream filters which were enabled at
2878 * configuration time. If you do not call this function you can select exactly 2878 * configuration time. If you do not call this function you can select exactly
2879 * which formats you want to support, by using the individual registration 2879 * which formats you want to support, by using the individual registration
2880 * functions. 2880 * functions.
2881 * 2881 *
2882 * @see register_avcodec 2882 * @see avcodec_register
2883 * @see av_register_codec_parser 2883 * @see av_register_codec_parser
2884 * @see av_register_bitstream_filter 2884 * @see av_register_bitstream_filter
2885 */ 2885 */
2886 void avcodec_register_all(void); 2886 void avcodec_register_all(void);
2887 2887