comparison utils.c @ 379:47c878305986 libavcodec

build info for ABI
author nickols_k
date Sun, 12 May 2002 15:53:25 +0000
parents 02147e22f8c8
children e2cb8a4ee0c5
comparison
equal deleted inserted replaced
378:7875553fc63b 379:47c878305986
410 unsigned avcodec_version( void ) 410 unsigned avcodec_version( void )
411 { 411 {
412 return LIBAVCODEC_VERSION_INT; 412 return LIBAVCODEC_VERSION_INT;
413 } 413 }
414 414
415 unsigned avcodec_build( void )
416 {
417 return LIBAVCODEC_BUILD;
418 }
419
415 /* must be called before any other functions */ 420 /* must be called before any other functions */
416 void avcodec_init(void) 421 void avcodec_init(void)
417 { 422 {
418 static int inited = 0; 423 static int inited = 0;
419 424