summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-04-24 01:24:06 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-04-24 01:24:06 +0000
commit1c2a8c7f14a5030367b7f7287667e380935cb706 (patch)
treec7a4ff2b27b65883fd47b7ce5dfae6be5aabb5a1 /libavcodec/avcodec.h
parenteeba58ccc7f06b9b36efcdb93855168f8cf87599 (diff)
avcodec_flush_buffers()
Originally committed as revision 420 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 26e1b19abf..8cb62ce706 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -5,8 +5,8 @@
#define LIBAVCODEC_VERSION_INT 0x000406
#define LIBAVCODEC_VERSION "0.4.6"
-#define LIBAVCODEC_BUILD 4602
-#define LIBAVCODEC_BUILD_STR "4602"
+#define LIBAVCODEC_BUILD 4603
+#define LIBAVCODEC_BUILD_STR "4603"
enum CodecID {
CODEC_ID_NONE,
@@ -340,6 +340,8 @@ int avcodec_close(AVCodecContext *avctx);
void avcodec_register_all(void);
+void avcodec_flush_buffers(AVCodecContext *avctx);
+
#ifdef FF_POSTPROCESS
#ifndef MBC
#define MBC 128