diff utils.c @ 362:1ee4ba4ca783 libavcodec

version info
author nickols_k
date Sun, 05 May 2002 09:56:13 +0000
parents bf26081c373c
children 02147e22f8c8
line wrap: on
line diff
--- a/utils.c	Sun May 05 01:39:07 2002 +0000
+++ b/utils.c	Sun May 05 09:56:13 2002 +0000
@@ -402,6 +402,10 @@
     return size;
 }
 
+unsigned avcodec_version( void )
+{
+  return LIBAVCODEC_VERSION_INT;
+}
 
 /* must be called before any other functions */
 void avcodec_init(void)