comparison utils.c @ 362:1ee4ba4ca783 libavcodec

version info
author nickols_k
date Sun, 05 May 2002 09:56:13 +0000
parents bf26081c373c
children 02147e22f8c8
comparison
equal deleted inserted replaced
361:dc2fb310008d 362:1ee4ba4ca783
400 break; 400 break;
401 } 401 }
402 return size; 402 return size;
403 } 403 }
404 404
405 unsigned avcodec_version( void )
406 {
407 return LIBAVCODEC_VERSION_INT;
408 }
405 409
406 /* must be called before any other functions */ 410 /* must be called before any other functions */
407 void avcodec_init(void) 411 void avcodec_init(void)
408 { 412 {
409 static int inited = 0; 413 static int inited = 0;