summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorNick Kurshev <nickols_k@mail.ru>2002-05-12 15:53:25 +0000
committerNick Kurshev <nickols_k@mail.ru>2002-05-12 15:53:25 +0000
commit8bceb6af09c3c2db5d111c06244901ce503c7a72 (patch)
tree675b52c8acbe4908c3f4f625b2cf66543e4f8e21 /libavcodec/avcodec.h
parent5d27890ae96c094de591b12ba065300277d9eefc (diff)
build info for ABI
Originally committed as revision 489 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 3763f7f72b..cd42058ff1 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -389,6 +389,8 @@ extern AVCodec *first_avcodec;
/* returns LIBAVCODEC_VERSION_INT constant */
unsigned avcodec_version( void );
+/* returns LIBAVCODEC_BUILD constant */
+unsigned avcodec_build( void );
void avcodec_init(void);
void register_avcodec(AVCodec *format);