diff options
author | Nick Kurshev <nickols_k@mail.ru> | 2002-05-05 09:56:13 +0000 |
---|---|---|
committer | Nick Kurshev <nickols_k@mail.ru> | 2002-05-05 09:56:13 +0000 |
commit | 156e5023e8251e15095f2cbe47f326f23015681a (patch) | |
tree | e7193375257743a3be7e0d76a2be707c499aff48 /libavcodec/utils.c | |
parent | 3649cfd9b37430859b9b11b4b60449da24f0683a (diff) | |
download | ffmpeg-156e5023e8251e15095f2cbe47f326f23015681a.tar.gz |
version info
Originally committed as revision 443 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r-- | libavcodec/utils.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c index c15b5674ce..441b8f151f 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -402,6 +402,10 @@ int avpicture_get_size(int pix_fmt, int width, int height) return size; } +unsigned avcodec_version( void ) +{ + return LIBAVCODEC_VERSION_INT; +} /* must be called before any other functions */ void avcodec_init(void) |