diff 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
line wrap: on
line diff
--- a/avcodec.h	Fri Feb 06 23:46:15 2009 +0000
+++ b/avcodec.h	Fri Feb 06 23:50:54 2009 +0000
@@ -2879,7 +2879,7 @@
  * which formats you want to support, by using the individual registration
  * functions.
  *
- * @see register_avcodec
+ * @see avcodec_register
  * @see av_register_codec_parser
  * @see av_register_bitstream_filter
  */