diff options
author | Nick Kurshev <nickols_k@mail.ru> | 2002-05-12 15:53:25 +0000 |
---|---|---|
committer | Nick Kurshev <nickols_k@mail.ru> | 2002-05-12 15:53:25 +0000 |
commit | 8bceb6af09c3c2db5d111c06244901ce503c7a72 (patch) | |
tree | 675b52c8acbe4908c3f4f625b2cf66543e4f8e21 /libavcodec/utils.c | |
parent | 5d27890ae96c094de591b12ba065300277d9eefc (diff) | |
download | ffmpeg-8bceb6af09c3c2db5d111c06244901ce503c7a72.tar.gz |
build info for ABI
Originally committed as revision 489 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r-- | libavcodec/utils.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c index 0f80b1b9b3..5480494928 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -412,6 +412,11 @@ unsigned avcodec_version( void ) return LIBAVCODEC_VERSION_INT; } +unsigned avcodec_build( void ) +{ + return LIBAVCODEC_BUILD; +} + /* must be called before any other functions */ void avcodec_init(void) { |