diff avcodec.h @ 362:1ee4ba4ca783 libavcodec

version info
author nickols_k
date Sun, 05 May 2002 09:56:13 +0000
parents 34f6c77ff01a
children abbed9f28d75
line wrap: on
line diff
--- a/avcodec.h	Sun May 05 01:39:07 2002 +0000
+++ b/avcodec.h	Sun May 05 09:56:13 2002 +0000
@@ -327,6 +327,8 @@
 
 extern AVCodec *first_avcodec;
 
+/* returns LIBAVCODEC_VERSION_INT constant */
+unsigned avcodec_version( void );
 void avcodec_init(void);
 
 void register_avcodec(AVCodec *format);