From 156e5023e8251e15095f2cbe47f326f23015681a Mon Sep 17 00:00:00 2001 From: Nick Kurshev Date: Sun, 5 May 2002 09:56:13 +0000 Subject: version info Originally committed as revision 443 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index f8c520bce6..074b27c2b2 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -327,6 +327,8 @@ int avpicture_deinterlace(AVPicture *dst, AVPicture *src, extern AVCodec *first_avcodec; +/* returns LIBAVCODEC_VERSION_INT constant */ +unsigned avcodec_version( void ); void avcodec_init(void); void register_avcodec(AVCodec *format); -- cgit v1.2.3