summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorNick Kurshev <nickols_k@mail.ru>2002-05-05 09:56:13 +0000
committerNick Kurshev <nickols_k@mail.ru>2002-05-05 09:56:13 +0000
commit156e5023e8251e15095f2cbe47f326f23015681a (patch)
treee7193375257743a3be7e0d76a2be707c499aff48 /libavcodec/avcodec.h
parent3649cfd9b37430859b9b11b4b60449da24f0683a (diff)
version info
Originally committed as revision 443 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 2 insertions, 0 deletions
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);