Deprecate avcodec_build(), it returns the same value as

avcodec_version().

Originally committed as revision 14169 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Andreas Öman
2008-07-11 15:25:12 +00:00
parent 876ef93d99
commit 0261e3651a
2 changed files with 5 additions and 1 deletions

View File

@@ -1200,10 +1200,12 @@ unsigned avcodec_version( void )
return LIBAVCODEC_VERSION_INT;
}
#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
unsigned avcodec_build( void )
{
return LIBAVCODEC_BUILD;
}
#endif
void avcodec_init(void)
{